Html Css Color HEX #BBB512 La Rioja

📋 copy color: '#BBB512'

red 187 ◦ green 181 ◦ blue 18

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

Shades of La Rioja #BBB512

Tints of La Rioja #BBB512

RGB

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

 GREEN value IS 181 (71.09% from 255) = 46.89%

 BLUE value IS 18 (7.42% from 255) = 4.66%

R = 48.45%
G = 46.89%
B = 4.66%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BBB512 (or 0xBBB512) is known color: La Rioja. HEX triplet: BB, B5 and 12. RGB value is (187,181,18). Sum of RGB (Red+Green+Blue) = 187+181+18=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 18 (7.42% from 255 or 4.66% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB512 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB512 is #444AED. Grayscale: #A4A4A4. Windows color (decimal): -4475630 or 1226171. OLE color: 1226171.

HSL color Cylindrical-coordinate representation of color #BBB512: hue angle of 57.87º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BBB512 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 181 18 -
CMYK 0 0.03 0.90 0.27
HSL 57.87º 0.82% 0.4% -
HSV(B) 57.87º 0.9% 0.73% -
XYZ 37.13 43.66 7.04 -
YUV 164.21 45.49 144.25 -
System Red Green Blue C M Y K H S L
Decimal 187 181 18 0 0.03 0.90 0.27 57.87 0.82 0.4
Hex BB B5 12 0 3 5A 1B 3A 52 28
Octal 273 265 22 0 3 132 33 72 122 50
Binary 10111011 10110101 10010 0 11 1011010 11011 111010 1010010 101000

Color Harmonies of #BBB512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBB512

Black with #BBB512

Text Example


Text Example

White with #BBB512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBB512; }

 p { color: rgb(187,181,18); }

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

background-color css

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

 a { background-color: rgb(187,181,18); }

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

border-color css

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

 span { border-color: rgb(187,181,18); }

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