#B09A8D

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

Shades of Del Rio #B09A8D

Tints of Del Rio #B09A8D

Color information

#B09A8D (or 0xB09A8D) is unknown color: approx Del Rio. HEX triplet: B0, 9A and 8D. RGB value is (176,154,141). Sum of RGB (Red+Green+Blue) = 176+154+141=471 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.37% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 141 (55.47% from 255 or 29.94% from 471); Max value from RGB is 176 - color contains mainly: red. Hex color #B09A8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B09A8D is #4F6572. Grayscale: #9F9F9F. Windows color (decimal): -5203315 or 9280176. OLE color: 9280176.

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

Color convert

RGB176154141-
CMYK00.120.200.31
HSL22.29º18.13%62.16%-
HSV(B)22.29º19.89%69.02%-
XYZ34.2734.2630.01-
YUV159.1117.79140.06-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 37.37%
GREEN value IS 154 (60.55% from 255) = 32.70%
BLUE value IS 141 (55.47% from 255) = 29.94%
R=37.37%
G=32.70%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17615414100.120.200.3122.2918.1362.16
HexB09A8D0C141F16123e
Octal2602322150142437262276
Binary1011000010011010100011010110010100111111011010010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B09A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B09A8D; }

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

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

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

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

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

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

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

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