#B69C8C

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

Shades of Del Rio #B69C8C

Tints of Del Rio #B69C8C

Color information

#B69C8C (or 0xB69C8C) is unknown color: approx Del Rio. HEX triplet: B6, 9C and 8C. RGB value is (182,156,140). Sum of RGB (Red+Green+Blue) = 182+156+140=478 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.08% from 478); Green value is 156 (61.33% from 255 or 32.64% from 478); Blue value is 140 (55.08% from 255 or 29.29% from 478); Max value from RGB is 182 - color contains mainly: red. Hex color #B69C8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69C8C is #496373. Grayscale: #A2A2A2. Windows color (decimal): -4809588 or 9215158. OLE color: 9215158.

HSL color Cylindrical-coordinate representation of color #B69C8C: hue angle of 22.86º 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 #B69C8C is Cyan = 0, Magento = 0.14, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB182156140-
CMYK00.140.230.29
HSL22.86º22.34%63.14%-
HSV(B)22.86º23.08%71.37%-
XYZ35.9135.6229.79-
YUV161.95115.61142.3-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.08%
GREEN value IS 156 (61.33% from 255) = 32.64%
BLUE value IS 140 (55.08% from 255) = 29.29%
R=38.08%
G=32.64%
B=29.29%

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
Decimal18215614000.140.230.2922.8622.3463.14
HexB69C8C0E171D17163f
Octal2662342140162735272677
Binary1011011010011100100011000111010111111011011110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69C8C; }

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

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

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

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

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

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

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

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