Html Css Color HEX #B99795 Rosy Brown

📋 copy color: '#B99795'

red 185 ◦ green 151 ◦ blue 149

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

Shades of Rosy Brown #B99795

Tints of Rosy Brown #B99795

RGB

 RED value IS 185 (72.66% from 255) = 38.14%

 GREEN value IS 151 (59.38% from 255) = 31.13%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 38.14%
G = 31.13%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B99795 (or 0xB99795) is known color: Rosy Brown. HEX triplet: B9, 97 and 95. RGB value is (185,151,149). Sum of RGB (Red+Green+Blue) = 185+151+149=485 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.14% from 485); Green value is 151 (59.38% from 255 or 31.13% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 185 - color contains mainly: red. Hex color #B99795 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99795 is #46686A. Grayscale: #A0A0A0. Windows color (decimal): -4614251 or 9803705. OLE color: 9803705.

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

Color convert

RGB 185 151 149 -
CMYK 0 0.18 0.19 0.27
HSL 3.33º 0.2% 0.65% -
HSV(B) 3.33º 0.19% 0.73% -
XYZ 36.5 34.62 33.19 -
YUV 160.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 185 151 149 0 0.18 0.19 0.27 3.33 0.2 0.65
Hex B9 97 95 0 12 13 1B 3 14 41
Octal 271 227 225 0 22 23 33 3 24 101
Binary 10111001 10010111 10010101 0 10010 10011 11011 11 10100 1000001

Color Harmonies of #B99795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99795

Black with #B99795

Text Example


Text Example

White with #B99795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99795; }

 p { color: rgb(185,151,149); }

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

background-color css

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

 a { background-color: rgb(185,151,149); }

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

border-color css

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

 span { border-color: rgb(185,151,149); }

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