#BBB715

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

Shades of La Rioja #BBB715

Tints of La Rioja #BBB715

Color information

#BBB715 (or 0xBBB715) is unknown color: approx La Rioja. HEX triplet: BB, B7 and 15. RGB value is (187,183,21). Sum of RGB (Red+Green+Blue) = 187+183+21=391 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.83% from 391); Green value is 183 (71.88% from 255 or 46.80% from 391); Blue value is 21 (8.59% from 255 or 5.37% from 391); Max value from RGB is 187 - color contains mainly: red. Hex color #BBB715 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BBB715 is #4448EA. Grayscale: #A6A6A6. Windows color (decimal): -4475115 or 1423291. OLE color: 1423291.

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

Color convert

RGB18718321-
CMYK00.020.890.27
HSL58.55º79.81%40.78%-
HSV(B)58.55º88.77%73.33%-
XYZ37.5644.497.32-
YUV165.7346.33143.17-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 47.83%
GREEN value IS 183 (71.88% from 255) = 46.80%
BLUE value IS 21 (8.59% from 255) = 5.37%
R=47.83%
G=46.80%
B=5.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.89
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1871832100.020.890.2758.5579.8140.78
HexBBB71502591B3b5029
Octal2732672502131337312051
Binary1011101110110111101010101011001110111110111010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBB715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBB715; }

 p { color: rgb(187,183,21); }

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

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

 a { background-color: rgb(187,183,21); }

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

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

 span { border-color: rgb(187,183,21); }

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