#BBA392

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

Shades of Del Rio #BBA392

Tints of Del Rio #BBA392

Color information

#BBA392 (or 0xBBA392) is unknown color: approx Del Rio. HEX triplet: BB, A3 and 92. RGB value is (187,163,146). Sum of RGB (Red+Green+Blue) = 187+163+146=496 (65% of max value = 765). Red value is 187 (73.44% from 255 or 37.70% from 496); Green value is 163 (64.06% from 255 or 32.86% from 496); Blue value is 146 (57.42% from 255 or 29.44% from 496); Max value from RGB is 187 - color contains mainly: red. Hex color #BBA392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BBA392 is #445C6D. Grayscale: #A8A8A8. Windows color (decimal): -4480110 or 9610171. OLE color: 9610171.

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

Color convert

RGB187163146-
CMYK00.130.220.27
HSL24.88º23.16%65.29%-
HSV(B)24.88º21.93%73.33%-
XYZ38.7838.8332.65-
YUV168.24115.45141.38-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 37.70%
GREEN value IS 163 (64.06% from 255) = 32.86%
BLUE value IS 146 (57.42% from 255) = 29.44%
R=37.70%
G=32.86%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.22
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18716314600.130.220.2724.8823.1665.29
HexBBA3920D161B191741
Octal27324322201526333127101
Binary10111011101000111001001001101101101101111001101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBA392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBA392; }

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

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

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

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

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

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

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

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