#B89C8D

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

Shades of Del Rio #B89C8D

Tints of Del Rio #B89C8D

Color information

#B89C8D (or 0xB89C8D) is unknown color: approx Del Rio. HEX triplet: B8, 9C and 8D. RGB value is (184,156,141). Sum of RGB (Red+Green+Blue) = 184+156+141=481 (63% of max value = 765). Red value is 184 (72.27% from 255 or 38.25% from 481); Green value is 156 (61.33% from 255 or 32.43% from 481); Blue value is 141 (55.47% from 255 or 29.31% from 481); Max value from RGB is 184 - color contains mainly: red. Hex color #B89C8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89C8D is #476372. Grayscale: #A2A2A2. Windows color (decimal): -4678515 or 9280696. OLE color: 9280696.

HSL color Cylindrical-coordinate representation of color #B89C8D: hue angle of 20.93º degrees, saturation: 0.23, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B89C8D is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB184156141-
CMYK00.150.230.28
HSL20.93º23.24%63.73%-
HSV(B)20.93º23.37%72.16%-
XYZ36.4635.8930.21-
YUV162.66115.78143.22-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.25%
GREEN value IS 156 (61.33% from 255) = 32.43%
BLUE value IS 141 (55.47% from 255) = 29.31%
R=38.25%
G=32.43%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415614100.150.230.2820.9323.2463.73
HexB89C8D0F171C151740
Octal27023421501727342527100
Binary10111000100111001000110101111101111110010101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B89C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B89C8D; }

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

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

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

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

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

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

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

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