Html Css Color HEX #B39C96 Del Rio

📋 copy color: '#B39C96'

red 179 ◦ green 156 ◦ blue 150

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

Shades of Del Rio #B39C96

Tints of Del Rio #B39C96

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

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

R = 36.91%
G = 32.16%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B39C96 (or 0xB39C96) is known color: Del Rio. HEX triplet: B3, 9C and 96. RGB value is (179,156,150). Sum of RGB (Red+Green+Blue) = 179+156+150=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 150 (58.98% from 255 or 30.93% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B39C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39C96 is #4C6369. Grayscale: #A2A2A2. Windows color (decimal): -5006186 or 9870515. OLE color: 9870515.

HSL color Cylindrical-coordinate representation of color #B39C96: hue angle of 12.41º 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 #B39C96 is Cyan = 0, Magento = 0.13, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 156 150 -
CMYK 0 0.13 0.16 0.30
HSL 12.41º 0.16% 0.65% -
HSV(B) 12.41º 0.16% 0.7% -
XYZ 35.98 35.56 33.82 -
YUV 162.19 121.12 139.99 -
System Red Green Blue C M Y K H S L
Decimal 179 156 150 0 0.13 0.16 0.30 12.41 0.16 0.65
Hex B3 9C 96 0 D 10 1E C 10 41
Octal 263 234 226 0 15 20 36 14 20 101
Binary 10110011 10011100 10010110 0 1101 10000 11110 1100 10000 1000001

Color Harmonies of #B39C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39C96

Black with #B39C96

Text Example


Text Example

White with #B39C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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