Html Css Color HEX #B4876D Medium Wood

📋 copy color: '#B4876D'

red 180 ◦ green 135 ◦ blue 109

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

Shades of Medium Wood #B4876D

Tints of Medium Wood #B4876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 31.84%

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

R = 42.45%
G = 31.84%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4876D (or 0xB4876D) is known color: Medium Wood. HEX triplet: B4, 87 and 6D. RGB value is (180,135,109). Sum of RGB (Red+Green+Blue) = 180+135+109=424 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.45% from 424); Green value is 135 (53.12% from 255 or 31.84% from 424); Blue value is 109 (42.97% from 255 or 25.71% from 424); Max value from RGB is 180 - color contains mainly: red. Hex color #B4876D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4876D is #4B7892. Grayscale: #919191. Windows color (decimal): -4946067 or 7178164. OLE color: 7178164.

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

Color convert

RGB 180 135 109 -
CMYK 0 0.25 0.39 0.29
HSL 21.97º 0.32% 0.57% -
HSV(B) 21.97º 0.39% 0.71% -
XYZ 30.25 28.14 18.3 -
YUV 145.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 180 135 109 0 0.25 0.39 0.29 21.97 0.32 0.57
Hex B4 87 6D 0 19 27 1D 16 20 39
Octal 264 207 155 0 31 47 35 26 40 71
Binary 10110100 10000111 1101101 0 11001 100111 11101 10110 100000 111001

Color Harmonies of #B4876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4876D

Black with #B4876D

Text Example


Text Example

White with #B4876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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