Html Css Color HEX #BCBB06 La Rioja

📋 copy color: '#BCBB06'

red 188 ◦ green 187 ◦ blue 6

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

Shades of La Rioja #BCBB06

Tints of La Rioja #BCBB06

RGB

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

 GREEN value IS 187 (73.44% from 255) = 49.08%

 BLUE value IS 6 (2.73% from 255) = 1.57%

R = 49.34%
G = 49.08%
B = 1.57%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.97

 K value IS 0.26

RGB Variations

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

Color information

#BCBB06 (or 0xBCBB06) is known color: La Rioja. HEX triplet: BC, BB and 06. RGB value is (188,187,6). Sum of RGB (Red+Green+Blue) = 188+187+6=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 187 (73.44% from 255 or 49.08% from 381); Blue value is 6 (2.73% from 255 or 1.57% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB06 is #4344F9. Grayscale: #A7A7A7. Windows color (decimal): -4408570 or 441276. OLE color: 441276.

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

Color convert

RGB 188 187 6 -
CMYK 0 0.01 0.97 0.26
HSL 59.67º 0.94% 0.38% -
HSV(B) 59.67º 0.97% 0.74% -
XYZ 38.54 46.25 7.07 -
YUV 166.67 37.33 143.22 -
System Red Green Blue C M Y K H S L
Decimal 188 187 6 0 0.01 0.97 0.26 59.67 0.94 0.38
Hex BC BB 6 0 1 61 1A 3C 5E 26
Octal 274 273 6 0 1 141 32 74 136 46
Binary 10111100 10111011 110 0 1 1100001 11010 111100 1011110 100110

Color Harmonies of #BCBB06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB06

Black with #BCBB06

Text Example


Text Example

White with #BCBB06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB06; }

 p { color: rgb(188,187,6); }

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

background-color css

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

 a { background-color: rgb(188,187,6); }

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

border-color css

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

 span { border-color: rgb(188,187,6); }

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