Html Css Color HEX #B39292 Rosy Brown

📋 copy color: '#B39292'

red 179 ◦ green 146 ◦ blue 146

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

Shades of Rosy Brown #B39292

Tints of Rosy Brown #B39292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31%

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

R = 38%
G = 31%
B = 31%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B39292 (or 0xB39292) is known color: Rosy Brown. HEX triplet: B3, 92 and 92. RGB value is (179,146,146). Sum of RGB (Red+Green+Blue) = 179+146+146=471 (62% of max value = 765). Red value is 179 (70.31% from 255 or 38.00% from 471); Green value is 146 (57.42% from 255 or 31.00% from 471); Blue value is 146 (57.42% from 255 or 31.00% from 471); Max value from RGB is 179 - color contains mainly: red. Hex color #B39292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39292 is #4C6D6D. Grayscale: #9B9B9B. Windows color (decimal): -5008750 or 9605811. OLE color: 9605811.

HSL color Cylindrical-coordinate representation of color #B39292: 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.18%. Process color model (Four color, CMYK) of #B39292 is Cyan = 0, Magento = 0.18, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 146 146 -
CMYK 0 0.18 0.18 0.30
HSL 0.18% 0.64% -
HSV(B) 0.18% 0.7% -
XYZ 34.06 32.22 31.62 -
YUV 155.87 122.43 144.5 -
System Red Green Blue C M Y K H S L
Decimal 179 146 146 0 0.18 0.18 0.30 0 0.18 0.64
Hex B3 92 92 0 12 12 1E 0 12 40
Octal 263 222 222 0 22 22 36 0 22 100
Binary 10110011 10010010 10010010 0 10010 10010 11110 0 10010 1000000

Color Harmonies of #B39292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39292

Black with #B39292

Text Example


Text Example

White with #B39292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39292; }

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

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

background-color css

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

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

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

border-color css

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

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

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