Html Css Color HEX #B99393 Rosy Brown

📋 copy color: '#B99393'

red 185 ◦ green 147 ◦ blue 147

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

Shades of Rosy Brown #B99393

Tints of Rosy Brown #B99393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.69%

R = 38.62%
G = 30.69%
B = 30.69%

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

#B99393 (or 0xB99393) is known color: Rosy Brown. HEX triplet: B9, 93 and 93. RGB value is (185,147,147). Sum of RGB (Red+Green+Blue) = 185+147+147=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 147 (57.81% from 255 or 30.69% from 479); Blue value is 147 (57.81% from 255 or 30.69% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B99393 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99393 is #466C6C. Grayscale: #9E9E9E. Windows color (decimal): -4615277 or 9671609. OLE color: 9671609.

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

Color convert

RGB 185 147 147 -
CMYK 0 0.21 0.21 0.27
HSL 0.21% 0.65% -
HSV(B) 0.21% 0.73% -
XYZ 35.71 33.29 32.15 -
YUV 158.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 185 147 147 0 0.21 0.21 0.27 0 0.21 0.65
Hex B9 93 93 0 15 15 1B 0 15 41
Octal 271 223 223 0 25 25 33 0 25 101
Binary 10111001 10010011 10010011 0 10101 10101 11011 0 10101 1000001

Color Harmonies of #B99393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99393

Black with #B99393

Text Example


Text Example

White with #B99393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99393; }

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

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

background-color css

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

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

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

border-color css

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

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

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