Html Css Color HEX #BCBB16 La Rioja

📋 copy color: '#BCBB16'

red 188 ◦ green 187 ◦ blue 22

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

Shades of La Rioja #BCBB16

Tints of La Rioja #BCBB16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.54%

R = 47.36%
G = 47.1%
B = 5.54%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.88

 K value IS 0.26

RGB Variations

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

Color information

#BCBB16 (or 0xBCBB16) is known color: La Rioja. HEX triplet: BC, BB and 16. RGB value is (188,187,22). Sum of RGB (Red+Green+Blue) = 188+187+22=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 187 (73.44% from 255 or 47.10% from 397); Blue value is 22 (8.98% from 255 or 5.54% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BCBB16 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BCBB16 is #4344E9. Grayscale: #A9A9A9. Windows color (decimal): -4408554 or 1489852. OLE color: 1489852.

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

Color convert

RGB 188 187 22 -
CMYK 0 0.01 0.88 0.26
HSL 59.64º 0.79% 0.41% -
HSV(B) 59.64º 0.88% 0.74% -
XYZ 38.65 46.29 7.66 -
YUV 168.49 45.33 141.92 -
System Red Green Blue C M Y K H S L
Decimal 188 187 22 0 0.01 0.88 0.26 59.64 0.79 0.41
Hex BC BB 16 0 1 58 1A 3C 4F 29
Octal 274 273 26 0 1 130 32 74 117 51
Binary 10111100 10111011 10110 0 1 1011000 11010 111100 1001111 101001

Color Harmonies of #BCBB16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCBB16

Black with #BCBB16

Text Example


Text Example

White with #BCBB16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCBB16; }

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

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

background-color css

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

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

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

border-color css

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

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

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