#BBB614

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

Shades of La Rioja #BBB614

Tints of La Rioja #BBB614

Color information

#BBB614 (or 0xBBB614) is unknown color: approx La Rioja. HEX triplet: BB, B6 and 14. RGB value is (187,182,20). Sum of RGB (Red+Green+Blue) = 187+182+20=389 (51% of max value = 765). Red value is 187 (73.44% from 255 or 48.07% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 20 (8.20% from 255 or 5.14% from 389); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB614 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB614 is #4449EB. Grayscale: #A5A5A5. Windows color (decimal): -4475372 or 1357499. OLE color: 1357499.

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

Color convert

RGB18718220-
CMYK00.030.890.27
HSL58.2º80.68%40.59%-
HSV(B)58.2º89.3%73.33%-
XYZ37.3544.077.2-
YUV165.0346.16143.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 48.07%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 20 (8.20% from 255) = 5.14%
R=48.07%
G=46.79%
B=5.14%

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
Decimal1871822000.030.890.2758.280.6840.59
HexBBB61403591B3a5129
Octal2732662403131337212151
Binary1011101110110110101000111011001110111110101010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB614; }

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

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

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

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

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

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

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

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