#BBB214

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

Shades of La Rioja #BBB214

Tints of La Rioja #BBB214

Color information

#BBB214 (or 0xBBB214) is unknown color: approx La Rioja. HEX triplet: BB, B2 and 14. RGB value is (187,178,20). Sum of RGB (Red+Green+Blue) = 187+178+20=385 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.57% from 385); Green value is 178 (69.92% from 255 or 46.23% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB214 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #BBB214 is #444DEB. Grayscale: #A3A3A3. Windows color (decimal): -4476396 or 1356475. OLE color: 1356475.

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

Color convert

RGB18717820-
CMYK00.050.890.27
HSL56.77º80.68%40.59%-
HSV(B)56.77º89.3%73.33%-
XYZ36.5442.466.93-
YUV162.6847.48145.35-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.57%
GREEN value IS 178 (69.92% from 255) = 46.23%
BLUE value IS 20 (8.20% from 255) = 5.19%
R=48.57%
G=46.23%
B=5.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871782000.050.890.2756.7780.6840.59
HexBBB21405591B395129
Octal2732622405131337112151
Binary10111011101100101010001011011001110111110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB214; }

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

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

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

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

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

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

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

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