#BBA295

Color #BBA295 Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #BBA295

Tints of Del Rio #BBA295

Color information

#BBA295 (or 0xBBA295) is unknown color: approx Del Rio. HEX triplet: BB, A2 and 95. RGB value is (187,162,149). Sum of RGB (Red+Green+Blue) = 187+162+149=498 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.55% from 498); Green value is 162 (63.67% from 255 or 32.53% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA295 is #445D6A. Grayscale: #A8A8A8. Windows color (decimal): -4480363 or 9806523. OLE color: 9806523.

HSL color Cylindrical-coordinate representation of color #BBA295: hue angle of 20.53º degrees, saturation: 0.22, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBA295 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB187162149-
CMYK00.130.200.27
HSL20.53º21.84%65.88%-
HSV(B)20.53º20.32%73.33%-
XYZ38.8438.5833.83-
YUV167.99117.28141.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.55%
GREEN value IS 162 (63.67% from 255) = 32.53%
BLUE value IS 149 (58.59% from 255) = 29.92%
R=37.55%
G=32.53%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716214900.130.200.2720.5321.8465.88
HexBBA2950D141B151642
Octal27324222501524332526102
Binary10111011101000101001010101101101001101110101101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA295; }

 p { color: rgb(187,162,149); }

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

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

 a { background-color: rgb(187,162,149); }

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

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

 span { border-color: rgb(187,162,149); }

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