Html Css Color HEX #B4866C Medium Wood

📋 copy color: '#B4866C'

red 180 ◦ green 134 ◦ blue 108

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

Shades of Medium Wood #B4866C

Tints of Medium Wood #B4866C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 25.59%

R = 42.65%
G = 31.75%
B = 25.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4866C (or 0xB4866C) is known color: Medium Wood. HEX triplet: B4, 86 and 6C. RGB value is (180,134,108). Sum of RGB (Red+Green+Blue) = 180+134+108=422 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.65% from 422); Green value is 134 (52.73% from 255 or 31.75% from 422); Blue value is 108 (42.58% from 255 or 25.59% from 422); Max value from RGB is 180 - color contains mainly: red. Hex color #B4866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4866C is #4B7993. Grayscale: #909090. Windows color (decimal): -4946324 or 7112372. OLE color: 7112372.

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

Color convert

RGB 180 134 108 -
CMYK 0 0.26 0.40 0.29
HSL 21.67º 0.32% 0.56% -
HSV(B) 21.67º 0.4% 0.71% -
XYZ 30.05 27.84 17.98 -
YUV 144.79 107.24 153.11 -
System Red Green Blue C M Y K H S L
Decimal 180 134 108 0 0.26 0.40 0.29 21.67 0.32 0.56
Hex B4 86 6C 0 1A 28 1D 16 20 38
Octal 264 206 154 0 32 50 35 26 40 70
Binary 10110100 10000110 1101100 0 11010 101000 11101 10110 100000 111000

Color Harmonies of #B4866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4866C

Black with #B4866C

Text Example


Text Example

White with #B4866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4866C; }

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

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

background-color css

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

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

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

border-color css

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

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

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