#BBA296

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

Shades of Del Rio #BBA296

Tints of Del Rio #BBA296

Color information

#BBA296 (or 0xBBA296) is unknown color: approx Del Rio. HEX triplet: BB, A2 and 96. RGB value is (187,162,150). Sum of RGB (Red+Green+Blue) = 187+162+150=499 (66% of max value = 765). Red value is 187 (73.44% from 255 or 37.47% from 499); Green value is 162 (63.67% from 255 or 32.46% from 499); Blue value is 150 (58.98% from 255 or 30.06% from 499); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA296 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA296 is #445D69. Grayscale: #A8A8A8. Windows color (decimal): -4480362 or 9872059. OLE color: 9872059.

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

Color convert

RGB187162150-
CMYK00.130.200.27
HSL19.46º21.39%66.08%-
HSV(B)19.46º19.79%73.33%-
XYZ38.9238.6134.25-
YUV168.11117.78141.48-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.47%
GREEN value IS 162 (63.67% from 255) = 32.46%
BLUE value IS 150 (58.98% from 255) = 30.06%
R=37.47%
G=32.46%
B=30.06%

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
Decimal18716215000.130.200.2719.4621.3966.08
HexBBA2960D141B131542
Octal27324222601524332325102
Binary10111011101000101001011001101101001101110011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA296; }

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

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

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

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

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

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

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

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