#BBB314

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

Shades of La Rioja #BBB314

Tints of La Rioja #BBB314

Color information

#BBB314 (or 0xBBB314) is unknown color: approx La Rioja. HEX triplet: BB, B3 and 14. RGB value is (187,179,20). Sum of RGB (Red+Green+Blue) = 187+179+20=386 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.45% from 386); Green value is 179 (70.31% from 255 or 46.37% from 386); Blue value is 20 (8.20% from 255 or 5.18% from 386); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB314 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB314 is #444CEB. Grayscale: #A3A3A3. Windows color (decimal): -4476140 or 1356731. OLE color: 1356731.

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

Color convert

RGB18717920-
CMYK00.040.890.27
HSL57.13º80.68%40.59%-
HSV(B)57.13º89.3%73.33%-
XYZ36.7442.867-
YUV163.2747.15144.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.45%
GREEN value IS 179 (70.31% from 255) = 46.37%
BLUE value IS 20 (8.20% from 255) = 5.18%
R=48.45%
G=46.37%
B=5.18%

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
Decimal1871792000.040.890.2757.1380.6840.59
HexBBB31404591B395129
Octal2732632404131337112151
Binary10111011101100111010001001011001110111110011010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB314; }

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

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

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

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

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

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

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

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