Html Css Color HEX #BBB60B La Rioja

📋 copy color: '#BBB60B'

red 187 ◦ green 182 ◦ blue 11

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

Shades of La Rioja #BBB60B

Tints of La Rioja #BBB60B

RGB

 RED value IS 187 (73.44% from 255) = 49.21%

 GREEN value IS 182 (71.48% from 255) = 47.89%

 BLUE value IS 11 (4.69% from 255) = 2.89%

R = 49.21%
G = 47.89%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.94

 K value IS 0.27

RGB Variations

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

Color information

#BBB60B (or 0xBBB60B) is known color: La Rioja. HEX triplet: BB, B6 and 0B. RGB value is (187,182,11). Sum of RGB (Red+Green+Blue) = 187+182+11=380 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.21% from 380); Green value is 182 (71.48% from 255 or 47.89% from 380); Blue value is 11 (4.69% from 255 or 2.89% from 380); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB60B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB60B is #4449F4. Grayscale: #A4A4A4. Windows color (decimal): -4475381 or 767675. OLE color: 767675.

HSL color Cylindrical-coordinate representation of color #BBB60B: hue angle of 58.3º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #BBB60B is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 182 11 -
CMYK 0 0.03 0.94 0.27
HSL 58.3º 0.89% 0.39% -
HSV(B) 58.3º 0.94% 0.73% -
XYZ 37.28 44.04 6.85 -
YUV 164 41.66 144.4 -
System Red Green Blue C M Y K H S L
Decimal 187 182 11 0 0.03 0.94 0.27 58.3 0.89 0.39
Hex BB B6 B 0 3 5E 1B 3A 59 27
Octal 273 266 13 0 3 136 33 72 131 47
Binary 10111011 10110110 1011 0 11 1011110 11011 111010 1011001 100111

Color Harmonies of #BBB60B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB60B

Black with #BBB60B

Text Example


Text Example

White with #BBB60B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB60B; }

 p { color: rgb(187,182,11); }

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

background-color css

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

 a { background-color: rgb(187,182,11); }

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

border-color css

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

 span { border-color: rgb(187,182,11); }

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