Html Css Color HEX #B39E96 Del Rio

📋 copy color: '#B39E96'

red 179 ◦ green 158 ◦ blue 150

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

Shades of Del Rio #B39E96

Tints of Del Rio #B39E96

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.44%

 BLUE value IS 150 (58.98% from 255) = 30.8%

R = 36.76%
G = 32.44%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B39E96 (or 0xB39E96) is known color: Del Rio. HEX triplet: B3, 9E and 96. RGB value is (179,158,150). Sum of RGB (Red+Green+Blue) = 179+158+150=487 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.76% from 487); Green value is 158 (62.11% from 255 or 32.44% from 487); Blue value is 150 (58.98% from 255 or 30.80% from 487); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E96 is #4C6169. Grayscale: #A3A3A3. Windows color (decimal): -5005674 or 9871027. OLE color: 9871027.

HSL color Cylindrical-coordinate representation of color #B39E96: hue angle of 16.55º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B39E96 is Cyan = 0, Magento = 0.12, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 158 150 -
CMYK 0 0.12 0.16 0.30
HSL 16.55º 0.16% 0.65% -
HSV(B) 16.55º 0.16% 0.7% -
XYZ 36.32 36.24 33.93 -
YUV 163.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 179 158 150 0 0.12 0.16 0.30 16.55 0.16 0.65
Hex B3 9E 96 0 C 10 1E 11 10 41
Octal 263 236 226 0 14 20 36 21 20 101
Binary 10110011 10011110 10010110 0 1100 10000 11110 10001 10000 1000001

Color Harmonies of #B39E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39E96

Black with #B39E96

Text Example


Text Example

White with #B39E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39E96; }

 p { color: rgb(179,158,150); }

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

background-color css

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

 a { background-color: rgb(179,158,150); }

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

border-color css

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

 span { border-color: rgb(179,158,150); }

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