Html Css Color HEX #B4865E Medium Wood

📋 copy color: '#B4865E'

red 180 ◦ green 134 ◦ blue 94

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

Shades of Medium Wood #B4865E

Tints of Medium Wood #B4865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.84%

 BLUE value IS 94 (37.11% from 255) = 23.04%

R = 44.12%
G = 32.84%
B = 23.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B4865E (or 0xB4865E) is known color: Medium Wood. HEX triplet: B4, 86 and 5E. RGB value is (180,134,94). Sum of RGB (Red+Green+Blue) = 180+134+94=408 (54% of max value = 765). Red value is 180 (70.70% from 255 or 44.12% from 408); Green value is 134 (52.73% from 255 or 32.84% from 408); Blue value is 94 (37.11% from 255 or 23.04% from 408); Max value from RGB is 180 - color contains mainly: red. Hex color #B4865E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4865E is #4B79A1. Grayscale: #8F8F8F. Windows color (decimal): -4946338 or 6194868. OLE color: 6194868.

HSL color Cylindrical-coordinate representation of color #B4865E: hue angle of 27.91º degrees, saturation: 0.36, 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 #B4865E is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 94 -
CMYK 0 0.26 0.48 0.29
HSL 27.91º 0.36% 0.54% -
HSV(B) 27.91º 0.48% 0.71% -
XYZ 29.37 27.56 14.36 -
YUV 143.19 100.24 154.25 -
System Red Green Blue C M Y K H S L
Decimal 180 134 94 0 0.26 0.48 0.29 27.91 0.36 0.54
Hex B4 86 5E 0 1A 30 1D 1C 24 36
Octal 264 206 136 0 32 60 35 34 44 66
Binary 10110100 10000110 1011110 0 11010 110000 11101 11100 100100 110110

Color Harmonies of #B4865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4865E

Black with #B4865E

Text Example


Text Example

White with #B4865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4865E; }

 p { color: rgb(180,134,94); }

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

background-color css

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

 a { background-color: rgb(180,134,94); }

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

border-color css

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

 span { border-color: rgb(180,134,94); }

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