Html Css Color HEX #B3835A Medium Wood

📋 copy color: '#B3835A'

red 179 ◦ green 131 ◦ blue 90

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

Shades of Medium Wood #B3835A

Tints of Medium Wood #B3835A

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.75%

 BLUE value IS 90 (35.55% from 255) = 22.5%

R = 44.75%
G = 32.75%
B = 22.5%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3835A (or 0xB3835A) is known color: Medium Wood. HEX triplet: B3, 83 and 5A. RGB value is (179,131,90). Sum of RGB (Red+Green+Blue) = 179+131+90=400 (52% of max value = 765). Red value is 179 (70.31% from 255 or 44.75% from 400); Green value is 131 (51.56% from 255 or 32.75% from 400); Blue value is 90 (35.55% from 255 or 22.5% from 400); Max value from RGB is 179 - color contains mainly: red. Hex color #B3835A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3835A is #4C7CA5. Grayscale: #8C8C8C. Windows color (decimal): -5012646 or 5931955. OLE color: 5931955.

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

Color convert

RGB 179 131 90 -
CMYK 0 0.27 0.50 0.30
HSL 27.64º 0.37% 0.53% -
HSV(B) 27.64º 0.5% 0.7% -
XYZ 28.55 26.55 13.29 -
YUV 140.68 99.4 155.33 -
System Red Green Blue C M Y K H S L
Decimal 179 131 90 0 0.27 0.50 0.30 27.64 0.37 0.53
Hex B3 83 5A 0 1B 32 1E 1C 25 35
Octal 263 203 132 0 33 62 36 34 45 65
Binary 10110011 10000011 1011010 0 11011 110010 11110 11100 100101 110101

Color Harmonies of #B3835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3835A

Black with #B3835A

Text Example


Text Example

White with #B3835A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3835A; }

 p { color: rgb(179,131,90); }

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

background-color css

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

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

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

border-color css

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

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

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