Html Css Color HEX #B99390 Rosy Brown

📋 copy color: '#B99390'

red 185 ◦ green 147 ◦ blue 144

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

Shades of Rosy Brown #B99390

Tints of Rosy Brown #B99390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 30.25%

R = 38.87%
G = 30.88%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99390 (or 0xB99390) is known color: Rosy Brown. HEX triplet: B9, 93 and 90. RGB value is (185,147,144). Sum of RGB (Red+Green+Blue) = 185+147+144=476 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.87% from 476); Green value is 147 (57.81% from 255 or 30.88% from 476); Blue value is 144 (56.64% from 255 or 30.25% from 476); Max value from RGB is 185 - color contains mainly: red. Hex color #B99390 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99390 is #466C6F. Grayscale: #9E9E9E. Windows color (decimal): -4615280 or 9475001. OLE color: 9475001.

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

Color convert

RGB 185 147 144 -
CMYK 0 0.21 0.22 0.27
HSL 4.39º 0.23% 0.65% -
HSV(B) 4.39º 0.22% 0.73% -
XYZ 35.48 33.2 30.92 -
YUV 158.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 185 147 144 0 0.21 0.22 0.27 4.39 0.23 0.65
Hex B9 93 90 0 15 16 1B 4 17 41
Octal 271 223 220 0 25 26 33 4 27 101
Binary 10111001 10010011 10010000 0 10101 10110 11011 100 10111 1000001

Color Harmonies of #B99390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99390

Black with #B99390

Text Example


Text Example

White with #B99390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99390; }

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

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

background-color css

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

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

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

border-color css

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

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

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