Html Css Color HEX #B99392 Rosy Brown

📋 copy color: '#B99392'

red 185 ◦ green 147 ◦ blue 146

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

Shades of Rosy Brown #B99392

Tints of Rosy Brown #B99392

RGB

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

 GREEN value IS 147 (57.81% from 255) = 30.75%

 BLUE value IS 146 (57.42% from 255) = 30.54%

R = 38.7%
G = 30.75%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B99392 (or 0xB99392) is known color: Rosy Brown. HEX triplet: B9, 93 and 92. RGB value is (185,147,146). Sum of RGB (Red+Green+Blue) = 185+147+146=478 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.70% from 478); Green value is 147 (57.81% from 255 or 30.75% from 478); Blue value is 146 (57.42% from 255 or 30.54% from 478); Max value from RGB is 185 - color contains mainly: red. Hex color #B99392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99392 is #466C6D. Grayscale: #9E9E9E. Windows color (decimal): -4615278 or 9606073. OLE color: 9606073.

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

Color convert

RGB 185 147 146 -
CMYK 0 0.21 0.21 0.27
HSL 1.54º 0.22% 0.65% -
HSV(B) 1.54º 0.21% 0.73% -
XYZ 35.63 33.26 31.74 -
YUV 158.25 121.09 147.08 -
System Red Green Blue C M Y K H S L
Decimal 185 147 146 0 0.21 0.21 0.27 1.54 0.22 0.65
Hex B9 93 92 0 15 15 1B 2 16 41
Octal 271 223 222 0 25 25 33 2 26 101
Binary 10111001 10010011 10010010 0 10101 10101 11011 10 10110 1000001

Color Harmonies of #B99392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99392

Black with #B99392

Text Example


Text Example

White with #B99392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99392; }

 p { color: rgb(185,147,146); }

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

background-color css

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

 a { background-color: rgb(185,147,146); }

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

border-color css

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

 span { border-color: rgb(185,147,146); }

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