Html Css Color HEX #B79C96 Del Rio

📋 copy color: '#B79C96'

red 183 ◦ green 156 ◦ blue 150

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

Shades of Del Rio #B79C96

Tints of Del Rio #B79C96

RGB

 RED value IS 183 (71.88% from 255) = 37.42%

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

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

R = 37.42%
G = 31.9%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B79C96 (or 0xB79C96) is known color: Del Rio. HEX triplet: B7, 9C and 96. RGB value is (183,156,150). Sum of RGB (Red+Green+Blue) = 183+156+150=489 (64% of max value = 765). Red value is 183 (71.88% from 255 or 37.42% from 489); Green value is 156 (61.33% from 255 or 31.90% from 489); Blue value is 150 (58.98% from 255 or 30.67% from 489); Max value from RGB is 183 - color contains mainly: red. Hex color #B79C96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79C96 is #486369. Grayscale: #A3A3A3. Windows color (decimal): -4744042 or 9870519. OLE color: 9870519.

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

Color convert

RGB 183 156 150 -
CMYK 0 0.15 0.18 0.28
HSL 10.91º 0.19% 0.65% -
HSV(B) 10.91º 0.18% 0.72% -
XYZ 36.92 36.05 33.87 -
YUV 163.39 120.45 141.99 -
System Red Green Blue C M Y K H S L
Decimal 183 156 150 0 0.15 0.18 0.28 10.91 0.19 0.65
Hex B7 9C 96 0 F 12 1C B 13 41
Octal 267 234 226 0 17 22 34 13 23 101
Binary 10110111 10011100 10010110 0 1111 10010 11100 1011 10011 1000001

Color Harmonies of #B79C96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79C96

Black with #B79C96

Text Example


Text Example

White with #B79C96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79C96; }

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

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

background-color css

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

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

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

border-color css

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

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

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