Html Css Color HEX #BCBB11 La Rioja

📋 copy color: '#BCBB11'

red 188 ◦ green 187 ◦ blue 17

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

Shades of La Rioja #BCBB11

Tints of La Rioja #BCBB11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 4.34%

R = 47.96%
G = 47.7%
B = 4.34%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.91

 K value IS 0.26

RGB Variations

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

Color information

#BCBB11 (or 0xBCBB11) is known color: La Rioja. HEX triplet: BC, BB and 11. RGB value is (188,187,17). Sum of RGB (Red+Green+Blue) = 188+187+17=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 187 (73.44% from 255 or 47.70% from 392); Blue value is 17 (7.03% from 255 or 4.34% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB11 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB11 is #4344EE. Grayscale: #A8A8A8. Windows color (decimal): -4408559 or 1162172. OLE color: 1162172.

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

Color convert

RGB 188 187 17 -
CMYK 0 0.01 0.91 0.26
HSL 59.65º 0.83% 0.4% -
HSV(B) 59.65º 0.91% 0.74% -
XYZ 38.61 46.27 7.43 -
YUV 167.92 42.83 142.32 -
System Red Green Blue C M Y K H S L
Decimal 188 187 17 0 0.01 0.91 0.26 59.65 0.83 0.4
Hex BC BB 11 0 1 5B 1A 3C 53 28
Octal 274 273 21 0 1 133 32 74 123 50
Binary 10111100 10111011 10001 0 1 1011011 11010 111100 1010011 101000

Color Harmonies of #BCBB11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB11

Black with #BCBB11

Text Example


Text Example

White with #BCBB11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB11; }

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

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

background-color css

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

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

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

border-color css

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

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

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