#BBBB13

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

Shades of La Rioja #BBBB13

Tints of La Rioja #BBBB13

Color information

#BBBB13 (or 0xBBBB13) is unknown color: approx La Rioja. HEX triplet: BB, BB and 13. RGB value is (187,187,19). Sum of RGB (Red+Green+Blue) = 187+187+19=393 (52% of max value = 765). Red value is 187 (73.44% from 255 or 47.58% from 393); Green value is 187 (73.44% from 255 or 47.58% from 393); Blue value is 19 (7.81% from 255 or 4.83% from 393); Max value from RGB is 187 - color contains mainly: red, green. Hex color #BBBB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBBB13 is #4444EC. Grayscale: #A8A8A8. Windows color (decimal): -4474093 or 1293243. OLE color: 1293243.

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

Color convert

RGB18718719-
CMYK000.900.27
HSL60º81.55%40.39%-
HSV(B)60º89.84%73.33%-
XYZ38.3846.157.5-
YUV167.8544141.66-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.58%
GREEN value IS 187 (73.44% from 255) = 47.58%
BLUE value IS 19 (7.81% from 255) = 4.83%
R=47.58%
G=47.58%
B=4.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18718719000.900.276081.5540.39
HexBBBB13005A1B3c5228
Octal2732732300132337412250
Binary101110111011101110011001011010110111111001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBB13; }

 p { color: rgb(187,187,19); }

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

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

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

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

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

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

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