Html Css Color HEX #B79696 Rosy Brown

📋 copy color: '#B79696'

red 183 ◦ green 150 ◦ blue 150

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

Shades of Rosy Brown #B79696

Tints of Rosy Brown #B79696

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.06%

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

R = 37.89%
G = 31.06%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.28

RGB Variations

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

Color information

#B79696 (or 0xB79696) is known color: Rosy Brown. HEX triplet: B7, 96 and 96. RGB value is (183,150,150). Sum of RGB (Red+Green+Blue) = 183+150+150=483 (63% of max value = 765). Red value is 183 (71.88% from 255 or 37.89% from 483); Green value is 150 (58.98% from 255 or 31.06% from 483); Blue value is 150 (58.98% from 255 or 31.06% from 483); Max value from RGB is 183 - color contains mainly: red. Hex color #B79696 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79696 is #486969. Grayscale: #9F9F9F. Windows color (decimal): -4745578 or 9868983. OLE color: 9868983.

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

Color convert

RGB 183 150 150 -
CMYK 0 0.18 0.18 0.28
HSL 0.19% 0.65% -
HSV(B) 0.18% 0.72% -
XYZ 35.94 34.08 33.54 -
YUV 159.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 183 150 150 0 0.18 0.18 0.28 0 0.19 0.65
Hex B7 96 96 0 12 12 1C 0 13 41
Octal 267 226 226 0 22 22 34 0 23 101
Binary 10110111 10010110 10010110 0 10010 10010 11100 0 10011 1000001

Color Harmonies of #B79696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79696

Black with #B79696

Text Example


Text Example

White with #B79696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79696; }

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

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

background-color css

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

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

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

border-color css

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

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

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