#BBA195

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

Shades of Del Rio #BBA195

Tints of Del Rio #BBA195

Color information

#BBA195 (or 0xBBA195) is unknown color: approx Del Rio. HEX triplet: BB, A1 and 95. RGB value is (187,161,149). Sum of RGB (Red+Green+Blue) = 187+161+149=497 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.63% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA195 is #445E6A. Grayscale: #A7A7A7. Windows color (decimal): -4480619 or 9806267. OLE color: 9806267.

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

Color convert

RGB187161149-
CMYK00.140.200.27
HSL18.95º21.84%65.88%-
HSV(B)18.95º20.32%73.33%-
XYZ38.6638.2233.77-
YUV167.41117.61141.98-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.63%
GREEN value IS 161 (63.28% from 255) = 32.39%
BLUE value IS 149 (58.59% from 255) = 29.98%
R=37.63%
G=32.39%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716114900.140.200.2718.9521.8465.88
HexBBA1950E141B131642
Octal27324122501624332326102
Binary10111011101000011001010101110101001101110011101101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA195; }

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

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

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

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

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

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

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

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