Html Css Color HEX #B3845B Medium Wood

📋 copy color: '#B3845B'

red 179 ◦ green 132 ◦ blue 91

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

Shades of Medium Wood #B3845B

Tints of Medium Wood #B3845B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.84%

 BLUE value IS 91 (35.94% from 255) = 22.64%

R = 44.53%
G = 32.84%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3845B (or 0xB3845B) is known color: Medium Wood. HEX triplet: B3, 84 and 5B. RGB value is (179,132,91). Sum of RGB (Red+Green+Blue) = 179+132+91=402 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.53% from 402); Green value is 132 (51.95% from 255 or 32.84% from 402); Blue value is 91 (35.94% from 255 or 22.64% from 402); Max value from RGB is 179 - color contains mainly: red. Hex color #B3845B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3845B is #4C7BA4. Grayscale: #8D8D8D. Windows color (decimal): -5012389 or 5997747. OLE color: 5997747.

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

Color convert

RGB 179 132 91 -
CMYK 0 0.26 0.49 0.30
HSL 27.95º 0.37% 0.53% -
HSV(B) 27.95º 0.49% 0.7% -
XYZ 28.73 26.84 13.56 -
YUV 141.38 99.57 154.83 -
System Red Green Blue C M Y K H S L
Decimal 179 132 91 0 0.26 0.49 0.30 27.95 0.37 0.53
Hex B3 84 5B 0 1A 31 1E 1C 25 35
Octal 263 204 133 0 32 61 36 34 45 65
Binary 10110011 10000100 1011011 0 11010 110001 11110 11100 100101 110101

Color Harmonies of #B3845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3845B

Black with #B3845B

Text Example


Text Example

White with #B3845B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3845B; }

 p { color: rgb(179,132,91); }

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

background-color css

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

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

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

border-color css

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

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

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