Html Css Color HEX #B39991 Del Rio

📋 copy color: '#B39991'

red 179 ◦ green 153 ◦ blue 145

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

Shades of Del Rio #B39991

Tints of Del Rio #B39991

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

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

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

R = 37.53%
G = 32.08%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B39991 (or 0xB39991) is known color: Del Rio. HEX triplet: B3, 99 and 91. RGB value is (179,153,145). Sum of RGB (Red+Green+Blue) = 179+153+145=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B39991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39991 is #4C666E. Grayscale: #9F9F9F. Windows color (decimal): -5006959 or 9542067. OLE color: 9542067.

HSL color Cylindrical-coordinate representation of color #B39991: hue angle of 14.12º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B39991 is Cyan = 0, Magento = 0.15, Yellow = 0.19 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 153 145 -
CMYK 0 0.15 0.19 0.30
HSL 14.12º 0.18% 0.64% -
HSV(B) 14.12º 0.19% 0.7% -
XYZ 35.09 34.41 31.58 -
YUV 159.86 119.61 141.65 -
System Red Green Blue C M Y K H S L
Decimal 179 153 145 0 0.15 0.19 0.30 14.12 0.18 0.64
Hex B3 99 91 0 F 13 1E E 12 40
Octal 263 231 221 0 17 23 36 16 22 100
Binary 10110011 10011001 10010001 0 1111 10011 11110 1110 10010 1000000

Color Harmonies of #B39991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39991

Black with #B39991

Text Example


Text Example

White with #B39991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39991; }

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

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

background-color css

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

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

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

border-color css

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

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

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