#B69B8C

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

Shades of Del Rio #B69B8C

Tints of Del Rio #B69B8C

Color information

#B69B8C (or 0xB69B8C) is unknown color: approx Del Rio. HEX triplet: B6, 9B and 8C. RGB value is (182,155,140). Sum of RGB (Red+Green+Blue) = 182+155+140=477 (63% of max value = 765). Red value is 182 (71.48% from 255 or 38.16% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 140 (55.08% from 255 or 29.35% from 477); Max value from RGB is 182 - color contains mainly: red. Hex color #B69B8C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69B8C is #496473. Grayscale: #A1A1A1. Windows color (decimal): -4809844 or 9214902. OLE color: 9214902.

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

Color convert

RGB182155140-
CMYK00.150.230.29
HSL21.43º22.34%63.14%-
HSV(B)21.43º23.08%71.37%-
XYZ35.7535.2829.74-
YUV161.36115.95142.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.16%
GREEN value IS 155 (60.94% from 255) = 32.49%
BLUE value IS 140 (55.08% from 255) = 29.35%
R=38.16%
G=32.49%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215514000.150.230.2921.4322.3463.14
HexB69B8C0F171D15163f
Octal2662332140172735252677
Binary1011011010011011100011000111110111111011010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B69B8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B69B8C; }

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

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

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

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

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

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

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

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