#BBB414

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

Shades of La Rioja #BBB414

Tints of La Rioja #BBB414

Color information

#BBB414 (or 0xBBB414) is unknown color: approx La Rioja. HEX triplet: BB, B4 and 14. RGB value is (187,180,20). Sum of RGB (Red+Green+Blue) = 187+180+20=387 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.32% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 20 (8.20% from 255 or 5.17% from 387); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB414 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB414 is #444BEB. Grayscale: #A4A4A4. Windows color (decimal): -4475884 or 1356987. OLE color: 1356987.

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

Color convert

RGB18718020-
CMYK00.040.890.27
HSL57.49º80.68%40.59%-
HSV(B)57.49º89.3%73.33%-
XYZ36.9443.267.06-
YUV163.8546.82144.51-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.32%
GREEN value IS 180 (70.70% from 255) = 46.51%
BLUE value IS 20 (8.20% from 255) = 5.17%
R=48.32%
G=46.51%
B=5.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871802000.040.890.2757.4980.6840.59
HexBBB41404591B395129
Octal2732642404131337112151
Binary10111011101101001010001001011001110111110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB414; }

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

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

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

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

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

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

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

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