Html Css Color HEX #B59991 Del Rio

📋 copy color: '#B59991'

red 181 ◦ green 153 ◦ blue 145

#B59991
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #B59991

Tints of Del Rio #B59991

RGB

 RED value IS 181 (71.09% from 255) = 37.79%

 GREEN value IS 153 (60.16% from 255) = 31.94%

 BLUE value IS 145 (57.03% from 255) = 30.27%

R = 37.79%
G = 31.94%
B = 30.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B59991 (or 0xB59991) is known color: Del Rio. HEX triplet: B5, 99 and 91. RGB value is (181,153,145). Sum of RGB (Red+Green+Blue) = 181+153+145=479 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.79% from 479); Green value is 153 (60.16% from 255 or 31.94% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 181 - color contains mainly: red. Hex color #B59991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59991 is #4A666E. Grayscale: #A0A0A0. Windows color (decimal): -4875887 or 9542069. OLE color: 9542069.

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

Color convert

RGB 181 153 145 -
CMYK 0 0.15 0.20 0.29
HSL 13.33º 0.2% 0.64% -
HSV(B) 13.33º 0.2% 0.71% -
XYZ 35.56 34.65 31.6 -
YUV 160.46 119.28 142.65 -
System Red Green Blue C M Y K H S L
Decimal 181 153 145 0 0.15 0.20 0.29 13.33 0.2 0.64
Hex B5 99 91 0 F 14 1D D 14 40
Octal 265 231 221 0 17 24 35 15 24 100
Binary 10110101 10011001 10010001 0 1111 10100 11101 1101 10100 1000000

Color Harmonies of #B59991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59991

Black with #B59991

Text Example


Text Example

White with #B59991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59991; }

 p { color: rgb(181,153,145); }

 H1.HeaderClassName
 {
   color: #B59991;
 }
 .AnyTagClassName
 {
   color: #B59991;
 }
</style>

background-color css

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

 a { background-color: rgb(181,153,145); }

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

border-color css

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

 span { border-color: rgb(181,153,145); }

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