Html Css Color HEX #B79694 Rosy Brown

📋 copy color: '#B79694'

red 183 ◦ green 150 ◦ blue 148

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

Shades of Rosy Brown #B79694

Tints of Rosy Brown #B79694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 30.77%

R = 38.05%
G = 31.19%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.28

RGB Variations

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

Color information

#B79694 (or 0xB79694) is known color: Rosy Brown. HEX triplet: B7, 96 and 94. RGB value is (183,150,148). Sum of RGB (Red+Green+Blue) = 183+150+148=481 (63% of max value = 765). Red value is 183 (71.88% from 255 or 38.05% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 148 (58.20% from 255 or 30.77% from 481); Max value from RGB is 183 - color contains mainly: red. Hex color #B79694 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B79694 is #48696B. Grayscale: #9F9F9F. Windows color (decimal): -4745580 or 9737911. OLE color: 9737911.

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

Color convert

RGB 183 150 148 -
CMYK 0 0.18 0.19 0.28
HSL 3.43º 0.2% 0.65% -
HSV(B) 3.43º 0.19% 0.72% -
XYZ 35.78 34.02 32.7 -
YUV 159.64 121.43 144.66 -
System Red Green Blue C M Y K H S L
Decimal 183 150 148 0 0.18 0.19 0.28 3.43 0.2 0.65
Hex B7 96 94 0 12 13 1C 3 14 41
Octal 267 226 224 0 22 23 34 3 24 101
Binary 10110111 10010110 10010100 0 10010 10011 11100 11 10100 1000001

Color Harmonies of #B79694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B79694

Black with #B79694

Text Example


Text Example

White with #B79694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B79694; }

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

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

background-color css

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

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

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

border-color css

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

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

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