Html Css Color HEX #B4805D Medium Wood

📋 copy color: '#B4805D'

red 180 ◦ green 128 ◦ blue 93

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

Shades of Medium Wood #B4805D

Tints of Medium Wood #B4805D

RGB

 RED value IS 180 (70.7% from 255) = 44.89%

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

 BLUE value IS 93 (36.72% from 255) = 23.19%

R = 44.89%
G = 31.92%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4805D (or 0xB4805D) is known color: Medium Wood. HEX triplet: B4, 80 and 5D. RGB value is (180,128,93). Sum of RGB (Red+Green+Blue) = 180+128+93=401 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.89% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 93 (36.72% from 255 or 23.19% from 401); Max value from RGB is 180 - color contains mainly: red. Hex color #B4805D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4805D is #4B7FA2. Grayscale: #8B8B8B. Windows color (decimal): -4947875 or 6127796. OLE color: 6127796.

HSL color Cylindrical-coordinate representation of color #B4805D: hue angle of 24.14º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B4805D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 128 93 -
CMYK 0 0.29 0.48 0.29
HSL 24.14º 0.37% 0.54% -
HSV(B) 24.14º 0.48% 0.71% -
XYZ 28.52 25.93 13.86 -
YUV 139.56 101.73 156.85 -
System Red Green Blue C M Y K H S L
Decimal 180 128 93 0 0.29 0.48 0.29 24.14 0.37 0.54
Hex B4 80 5D 0 1D 30 1D 18 25 36
Octal 264 200 135 0 35 60 35 30 45 66
Binary 10110100 10000000 1011101 0 11101 110000 11101 11000 100101 110110

Color Harmonies of #B4805D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4805D

Black with #B4805D

Text Example


Text Example

White with #B4805D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4805D; }

 p { color: rgb(180,128,93); }

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

background-color css

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

 a { background-color: rgb(180,128,93); }

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

border-color css

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

 span { border-color: rgb(180,128,93); }

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