Html Css Color HEX #B39494 Rosy Brown

📋 copy color: '#B39494'

red 179 ◦ green 148 ◦ blue 148

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

Shades of Rosy Brown #B39494

Tints of Rosy Brown #B39494

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.16%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 37.68%
G = 31.16%
B = 31.16%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B39494 (or 0xB39494) is known color: Rosy Brown. HEX triplet: B3, 94 and 94. RGB value is (179,148,148). Sum of RGB (Red+Green+Blue) = 179+148+148=475 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.68% from 475); Green value is 148 (58.20% from 255 or 31.16% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 179 - color contains mainly: red. Hex color #B39494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39494 is #4C6B6B. Grayscale: #9D9D9D. Windows color (decimal): -5008236 or 9737395. OLE color: 9737395.

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

Color convert

RGB 179 148 148 -
CMYK 0 0.17 0.17 0.30
HSL 0.17% 0.64% -
HSV(B) 0.17% 0.7% -
XYZ 34.53 32.9 32.55 -
YUV 157.27 122.77 143.5 -
System Red Green Blue C M Y K H S L
Decimal 179 148 148 0 0.17 0.17 0.30 0 0.17 0.64
Hex B3 94 94 0 11 11 1E 0 11 40
Octal 263 224 224 0 21 21 36 0 21 100
Binary 10110011 10010100 10010100 0 10001 10001 11110 0 10001 1000000

Color Harmonies of #B39494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39494

Black with #B39494

Text Example


Text Example

White with #B39494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39494; }

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

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

background-color css

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

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

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

border-color css

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

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

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