#BBA396

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

Shades of Del Rio #BBA396

Tints of Del Rio #BBA396

Color information

#BBA396 (or 0xBBA396) is unknown color: approx Del Rio. HEX triplet: BB, A3 and 96. RGB value is (187,163,150). Sum of RGB (Red+Green+Blue) = 187+163+150=500 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.4% from 500); Green value is 163 (64.06% from 255 or 32.6% from 500); Blue value is 150 (58.98% from 255 or 30% from 500); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA396 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA396 is #445C69. Grayscale: #A8A8A8. Windows color (decimal): -4480106 or 9872315. OLE color: 9872315.

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

Color convert

RGB187163150-
CMYK00.130.200.27
HSL21.08º21.39%66.08%-
HSV(B)21.08º19.79%73.33%-
XYZ39.138.9634.31-
YUV168.69117.45141.06-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.4%
GREEN value IS 163 (64.06% from 255) = 32.6%
BLUE value IS 150 (58.98% from 255) = 30%
R=37.4%
G=32.6%
B=30%

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
Decimal18716315000.130.200.2721.0821.3966.08
HexBBA3960D141B151542
Octal27324322601524332525102
Binary10111011101000111001011001101101001101110101101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA396; }

 p { color: rgb(187,163,150); }

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

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

 a { background-color: rgb(187,163,150); }

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

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

 span { border-color: rgb(187,163,150); }

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