Html Css Color HEX #B4866D Medium Wood

📋 copy color: '#B4866D'

red 180 ◦ green 134 ◦ blue 109

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

Shades of Medium Wood #B4866D

Tints of Medium Wood #B4866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 25.77%

R = 42.55%
G = 31.68%
B = 25.77%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4866D (or 0xB4866D) is known color: Medium Wood. HEX triplet: B4, 86 and 6D. RGB value is (180,134,109). Sum of RGB (Red+Green+Blue) = 180+134+109=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 134 (52.73% from 255 or 31.68% from 423); Blue value is 109 (42.97% from 255 or 25.77% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4866D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4866D is #4B7992. Grayscale: #919191. Windows color (decimal): -4946323 or 7177908. OLE color: 7177908.

HSL color Cylindrical-coordinate representation of color #B4866D: hue angle of 21.13º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B4866D is Cyan = 0, Magento = 0.26, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 134 109 -
CMYK 0 0.26 0.39 0.29
HSL 21.13º 0.32% 0.57% -
HSV(B) 21.13º 0.39% 0.71% -
XYZ 30.11 27.86 18.26 -
YUV 144.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 180 134 109 0 0.26 0.39 0.29 21.13 0.32 0.57
Hex B4 86 6D 0 1A 27 1D 15 20 39
Octal 264 206 155 0 32 47 35 25 40 71
Binary 10110100 10000110 1101101 0 11010 100111 11101 10101 100000 111001

Color Harmonies of #B4866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4866D

Black with #B4866D

Text Example


Text Example

White with #B4866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4866D; }

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

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

background-color css

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

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

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

border-color css

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

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

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