Html Css Color HEX #B4856C Medium Wood

📋 copy color: '#B4856C'

red 180 ◦ green 133 ◦ blue 108

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

Shades of Medium Wood #B4856C

Tints of Medium Wood #B4856C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 31.59%

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

R = 42.76%
G = 31.59%
B = 25.65%

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

#B4856C (or 0xB4856C) is known color: Medium Wood. HEX triplet: B4, 85 and 6C. RGB value is (180,133,108). Sum of RGB (Red+Green+Blue) = 180+133+108=421 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.76% from 421); Green value is 133 (52.34% from 255 or 31.59% from 421); Blue value is 108 (42.58% from 255 or 25.65% from 421); Max value from RGB is 180 - color contains mainly: red. Hex color #B4856C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4856C is #4B7A93. Grayscale: #909090. Windows color (decimal): -4946580 or 7112116. OLE color: 7112116.

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

Color convert

RGB 180 133 108 -
CMYK 0 0.26 0.40 0.29
HSL 20.83º 0.32% 0.56% -
HSV(B) 20.83º 0.4% 0.71% -
XYZ 29.92 27.56 17.93 -
YUV 144.2 107.57 153.53 -
System Red Green Blue C M Y K H S L
Decimal 180 133 108 0 0.26 0.40 0.29 20.83 0.32 0.56
Hex B4 85 6C 0 1A 28 1D 15 20 38
Octal 264 205 154 0 32 50 35 25 40 70
Binary 10110100 10000101 1101100 0 11010 101000 11101 10101 100000 111000

Color Harmonies of #B4856C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4856C

Black with #B4856C

Text Example


Text Example

White with #B4856C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4856C; }

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

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

background-color css

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

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

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

border-color css

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

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

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