Html Css Color HEX #B39191 Rosy Brown

📋 copy color: '#B39191'

red 179 ◦ green 145 ◦ blue 145

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

Shades of Rosy Brown #B39191

Tints of Rosy Brown #B39191

RGB

 RED value IS 179 (70.31% from 255) = 38.17%

 GREEN value IS 145 (57.03% from 255) = 30.92%

 BLUE value IS 145 (57.03% from 255) = 30.92%

R = 38.17%
G = 30.92%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B39191 (or 0xB39191) is known color: Rosy Brown. HEX triplet: B3, 91 and 91. RGB value is (179,145,145). Sum of RGB (Red+Green+Blue) = 179+145+145=469 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.17% from 469); Green value is 145 (57.03% from 255 or 30.92% from 469); Blue value is 145 (57.03% from 255 or 30.92% from 469); Max value from RGB is 179 - color contains mainly: red. Hex color #B39191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39191 is #4C6E6E. Grayscale: #9B9B9B. Windows color (decimal): -5009007 or 9540019. OLE color: 9540019.

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

Color convert

RGB 179 145 145 -
CMYK 0 0.19 0.19 0.30
HSL 0.18% 0.64% -
HSV(B) 0.19% 0.7% -
XYZ 33.83 31.88 31.16 -
YUV 155.17 122.26 145 -
System Red Green Blue C M Y K H S L
Decimal 179 145 145 0 0.19 0.19 0.30 0 0.18 0.64
Hex B3 91 91 0 13 13 1E 0 12 40
Octal 263 221 221 0 23 23 36 0 22 100
Binary 10110011 10010001 10010001 0 10011 10011 11110 0 10010 1000000

Color Harmonies of #B39191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39191

Black with #B39191

Text Example


Text Example

White with #B39191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39191; }

 p { color: rgb(179,145,145); }

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

background-color css

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

 a { background-color: rgb(179,145,145); }

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

border-color css

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

 span { border-color: rgb(179,145,145); }

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