#B09389

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

Shades of Del Rio #B09389

Tints of Del Rio #B09389

Color information

#B09389 (or 0xB09389) is unknown color: approx Del Rio. HEX triplet: B0, 93 and 89. RGB value is (176,147,137). Sum of RGB (Red+Green+Blue) = 176+147+137=460 (60% of max value = 765). Red value is 176 (69.14% from 255 or 38.26% from 460); Green value is 147 (57.81% from 255 or 31.96% from 460); Blue value is 137 (53.91% from 255 or 29.78% from 460); Max value from RGB is 176 - color contains mainly: red. Hex color #B09389 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09389 is #4F6C76. Grayscale: #9A9A9A. Windows color (decimal): -5205111 or 9016240. OLE color: 9016240.

HSL color Cylindrical-coordinate representation of color #B09389: hue angle of 15.38º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B09389 is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB176147137-
CMYK00.160.220.31
HSL15.38º19.8%61.37%-
HSV(B)15.38º22.16%69.02%-
XYZ32.8531.928.09-
YUV154.53118.11143.31-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 38.26%
GREEN value IS 147 (57.81% from 255) = 31.96%
BLUE value IS 137 (53.91% from 255) = 29.78%
R=38.26%
G=31.96%
B=29.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17614713700.160.220.3115.3819.861.37
HexB09389010161Ff143d
Octal2602232110202637172475
Binary1011000010010011100010010100001011011111111110100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09389; }

 p { color: rgb(176,147,137); }

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

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

 a { background-color: rgb(176,147,137); }

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

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

 span { border-color: rgb(176,147,137); }

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