Html Css Color HEX #B3805A Medium Wood

📋 copy color: '#B3805A'

red 179 ◦ green 128 ◦ blue 90

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

Shades of Medium Wood #B3805A

Tints of Medium Wood #B3805A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.24%

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

R = 45.09%
G = 32.24%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.30

RGB Variations

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

Color information

#B3805A (or 0xB3805A) is known color: Medium Wood. HEX triplet: B3, 80 and 5A. RGB value is (179,128,90). Sum of RGB (Red+Green+Blue) = 179+128+90=397 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.09% from 397); Green value is 128 (50.39% from 255 or 32.24% from 397); Blue value is 90 (35.55% from 255 or 22.67% from 397); Max value from RGB is 179 - color contains mainly: red. Hex color #B3805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B3805A is #4C7FA5. Grayscale: #8B8B8B. Windows color (decimal): -5013414 or 5931187. OLE color: 5931187.

HSL color Cylindrical-coordinate representation of color #B3805A: hue angle of 25.62º 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 #B3805A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 128 90 -
CMYK 0 0.28 0.50 0.30
HSL 25.62º 0.37% 0.53% -
HSV(B) 25.62º 0.5% 0.7% -
XYZ 28.16 25.76 13.16 -
YUV 138.92 100.4 156.59 -
System Red Green Blue C M Y K H S L
Decimal 179 128 90 0 0.28 0.50 0.30 25.62 0.37 0.53
Hex B3 80 5A 0 1C 32 1E 1A 25 35
Octal 263 200 132 0 34 62 36 32 45 65
Binary 10110011 10000000 1011010 0 11100 110010 11110 11010 100101 110101

Color Harmonies of #B3805A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3805A

Black with #B3805A

Text Example


Text Example

White with #B3805A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3805A; }

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

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

background-color css

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

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

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

border-color css

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

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

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