#B69C8D

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

Shades of Del Rio #B69C8D

Tints of Del Rio #B69C8D

Color information

#B69C8D (or 0xB69C8D) is unknown color: approx Del Rio. HEX triplet: B6, 9C and 8D. RGB value is (182,156,141). Sum of RGB (Red+Green+Blue) = 182+156+141=479 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.00% from 479); Green value is 156 (61.33% from 255 or 32.57% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C8D is #496372. Grayscale: #A2A2A2. Windows color (decimal): -4809587 or 9280694. OLE color: 9280694.

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

Color convert

RGB182156141-
CMYK00.140.230.29
HSL21.95º21.93%63.33%-
HSV(B)21.95º22.53%71.37%-
XYZ35.9935.6530.18-
YUV162.06116.11142.22-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.00%
GREEN value IS 156 (61.33% from 255) = 32.57%
BLUE value IS 141 (55.47% from 255) = 29.44%
R=38.00%
G=32.57%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215614100.140.230.2921.9521.9363.33
HexB69C8D0E171D16163f
Octal2662342150162735262677
Binary1011011010011100100011010111010111111011011010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C8D; }

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

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

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

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

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

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

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

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