Html Css Color HEX #BBB210 La Rioja

📋 copy color: '#BBB210'

red 187 ◦ green 178 ◦ blue 16

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

Shades of La Rioja #BBB210

Tints of La Rioja #BBB210

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.72%

 BLUE value IS 16 (6.64% from 255) = 4.2%

R = 49.08%
G = 46.72%
B = 4.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BBB210 (or 0xBBB210) is known color: La Rioja. HEX triplet: BB, B2 and 10. RGB value is (187,178,16). Sum of RGB (Red+Green+Blue) = 187+178+16=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 16 (6.64% from 255 or 4.20% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB210 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB210 is #444DEF. Grayscale: #A2A2A2. Windows color (decimal): -4476400 or 1094331. OLE color: 1094331.

HSL color Cylindrical-coordinate representation of color #BBB210: hue angle of 56.84º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BBB210 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 178 16 -
CMYK 0 0.05 0.91 0.27
HSL 56.84º 0.84% 0.4% -
HSV(B) 56.84º 0.91% 0.73% -
XYZ 36.51 42.44 6.76 -
YUV 162.22 45.48 145.67 -
System Red Green Blue C M Y K H S L
Decimal 187 178 16 0 0.05 0.91 0.27 56.84 0.84 0.4
Hex BB B2 10 0 5 5B 1B 39 54 28
Octal 273 262 20 0 5 133 33 71 124 50
Binary 10111011 10110010 10000 0 101 1011011 11011 111001 1010100 101000

Color Harmonies of #BBB210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB210

Black with #BBB210

Text Example


Text Example

White with #BBB210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB210; }

 p { color: rgb(187,178,16); }

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

background-color css

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

 a { background-color: rgb(187,178,16); }

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

border-color css

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

 span { border-color: rgb(187,178,16); }

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