#BBB612

Color #BBB612 La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #BBB612

Tints of La Rioja #BBB612

Color information

#BBB612 (or 0xBBB612) is unknown color: approx La Rioja. HEX triplet: BB, B6 and 12. RGB value is (187,182,18). Sum of RGB (Red+Green+Blue) = 187+182+18=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 182 (71.48% from 255 or 47.03% from 387); Blue value is 18 (7.42% from 255 or 4.65% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB612 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB612 is #4449ED. Grayscale: #A5A5A5. Windows color (decimal): -4475374 or 1226427. OLE color: 1226427.

HSL color Cylindrical-coordinate representation of color #BBB612: hue angle of 58.22º 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 #BBB612 is Cyan = 0, Magento = 0.03, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB18718218-
CMYK00.030.900.27
HSL58.22º82.44%40.2%-
HSV(B)58.22º90.37%73.33%-
XYZ37.3344.067.11-
YUV164.845.16143.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 182 (71.48% from 255) = 47.03%
BLUE value IS 18 (7.42% from 255) = 4.65%
R=48.32%
G=47.03%
B=4.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871821800.030.900.2758.2282.4440.2
HexBBB612035A1B3a5228
Octal2732662203132337212250
Binary1011101110110110100100111011010110111110101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB612; }

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

 H1.HeaderClassName
 {
   color: #BBB612;
 }
 .AnyTagClassName
 {
   color: #BBB612;
 }
</style>
background-color css

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

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

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

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

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

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