#BBB514

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

Shades of La Rioja #BBB514

Tints of La Rioja #BBB514

Color information

#BBB514 (or 0xBBB514) is unknown color: approx La Rioja. HEX triplet: BB, B5 and 14. RGB value is (187,181,20). Sum of RGB (Red+Green+Blue) = 187+181+20=388 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.20% from 388); Green value is 181 (71.09% from 255 or 46.65% from 388); Blue value is 20 (8.20% from 255 or 5.15% from 388); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB514 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB514 is #444AEB. Grayscale: #A5A5A5. Windows color (decimal): -4475628 or 1357243. OLE color: 1357243.

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

Color convert

RGB18718120-
CMYK00.030.890.27
HSL57.84º80.68%40.59%-
HSV(B)57.84º89.3%73.33%-
XYZ37.1443.667.13-
YUV164.4446.49144.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.20%
GREEN value IS 181 (71.09% from 255) = 46.65%
BLUE value IS 20 (8.20% from 255) = 5.15%
R=48.20%
G=46.65%
B=5.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871812000.030.890.2757.8480.6840.59
HexBBB51403591B3a5129
Octal2732652403131337212151
Binary1011101110110101101000111011001110111110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB514; }

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

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

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

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

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

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

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

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