#B69C91

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

Shades of Del Rio #B69C91

Tints of Del Rio #B69C91

Color information

#B69C91 (or 0xB69C91) is unknown color: approx Del Rio. HEX triplet: B6, 9C and 91. RGB value is (182,156,145). Sum of RGB (Red+Green+Blue) = 182+156+145=483 (63% of max value = 765). Red value is 182 (71.48% from 255 or 37.68% from 483); Green value is 156 (61.33% from 255 or 32.30% from 483); Blue value is 145 (57.03% from 255 or 30.02% from 483); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C91 is #49636E. Grayscale: #A2A2A2. Windows color (decimal): -4809583 or 9542838. OLE color: 9542838.

HSL color Cylindrical-coordinate representation of color #B69C91: hue angle of 17.84º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B69C91 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB182156145-
CMYK00.140.200.29
HSL17.84º20.22%64.12%-
HSV(B)17.84º20.33%71.37%-
XYZ36.2935.7731.78-
YUV162.52118.11141.89-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 37.68%
GREEN value IS 156 (61.33% from 255) = 32.30%
BLUE value IS 145 (57.03% from 255) = 30.02%
R=37.68%
G=32.30%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215614500.140.200.2917.8420.2264.12
HexB69C910E141D121440
Octal26623422101624352224100
Binary10110110100111001001000101110101001110110010101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C91; }

 p { color: rgb(182,156,145); }

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

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

 a { background-color: rgb(182,156,145); }

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

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

 span { border-color: rgb(182,156,145); }

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