Html Css Color HEX #BCB407 La Rioja

📋 copy color: '#BCB407'

red 188 ◦ green 180 ◦ blue 7

#BCB407
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #BCB407

Tints of La Rioja #BCB407

RGB

 RED value IS 188 (73.83% from 255) = 50.13%

 GREEN value IS 180 (70.7% from 255) = 48%

 BLUE value IS 7 (3.13% from 255) = 1.87%

R = 50.13%
G = 48%
B = 1.87%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.96

 K value IS 0.26

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#BCB407 (or 0xBCB407) is known color: La Rioja. HEX triplet: BC, B4 and 07. RGB value is (188,180,7). Sum of RGB (Red+Green+Blue) = 188+180+7=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 180 (70.70% from 255 or 48% from 375); Blue value is 7 (3.12% from 255 or 1.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BCB407 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCB407 is #434BF8. Grayscale: #A3A3A3. Windows color (decimal): -4410361 or 505020. OLE color: 505020.

HSL color Cylindrical-coordinate representation of color #BCB407: hue angle of 57.35º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #BCB407 is Cyan = 0, Magento = 0.04, Yellow = 0.96 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 180 7 -
CMYK 0 0.04 0.96 0.26
HSL 57.35º 0.93% 0.38% -
HSV(B) 57.35º 0.96% 0.74% -
XYZ 37.1 43.35 6.61 -
YUV 162.67 40.15 146.07 -
System Red Green Blue C M Y K H S L
Decimal 188 180 7 0 0.04 0.96 0.26 57.35 0.93 0.38
Hex BC B4 7 0 4 60 1A 39 5D 26
Octal 274 264 7 0 4 140 32 71 135 46
Binary 10111100 10110100 111 0 100 1100000 11010 111001 1011101 100110

Color Harmonies of #BCB407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCB407

Black with #BCB407

Text Example


Text Example

White with #BCB407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCB407; }

 p { color: rgb(188,180,7); }

 H1.HeaderClassName
 {
   color: #BCB407;
 }
 .AnyTagClassName
 {
   color: #BCB407;
 }
</style>

background-color css

<style>
 a { background-color: #BCB407; }

 a { background-color: rgb(188,180,7); }

 div.DivClassName
 {
   background-color: #BCB407;
 }
 .BgClassName
 {
   background-color: #BCB407;
 }
</style>

border-color css

<style>
 span { border-color: #BCB407; }

 span { border-color: rgb(188,180,7); }

 td.TdClassName
 {
   border-color: #BCB407;
 }
 .TagClassName
 {
   border-color: #BCB407;
 }
</style>