#B09C8D

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

Shades of Del Rio #B09C8D

Tints of Del Rio #B09C8D

Color information

#B09C8D (or 0xB09C8D) is unknown color: approx Del Rio. HEX triplet: B0, 9C and 8D. RGB value is (176,156,141). Sum of RGB (Red+Green+Blue) = 176+156+141=473 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.21% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 176 - color contains mainly: red. Hex color #B09C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09C8D is #4F6372. Grayscale: #A0A0A0. Windows color (decimal): -5202803 or 9280688. OLE color: 9280688.

HSL color Cylindrical-coordinate representation of color #B09C8D: hue angle of 25.71º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B09C8D is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB176156141-
CMYK00.110.200.31
HSL25.71º18.13%62.16%-
HSV(B)25.71º19.89%69.02%-
XYZ34.634.9330.12-
YUV160.27117.13139.22-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.21%
GREEN value IS 156 (61.33% from 255) = 32.98%
BLUE value IS 141 (55.47% from 255) = 29.81%
R=37.21%
G=32.98%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615614100.110.200.3125.7118.1362.16
HexB09C8D0B141F1a123e
Octal2602342150132437322276
Binary1011000010011100100011010101110100111111101010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09C8D; }

 p { color: rgb(176,156,141); }

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

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

 a { background-color: rgb(176,156,141); }

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

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

 span { border-color: rgb(176,156,141); }

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