Html Css Color HEX #B4876C Medium Wood

📋 copy color: '#B4876C'

red 180 ◦ green 135 ◦ blue 108

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

Shades of Medium Wood #B4876C

Tints of Medium Wood #B4876C

RGB

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

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

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

R = 42.55%
G = 31.91%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4876C (or 0xB4876C) is known color: Medium Wood. HEX triplet: B4, 87 and 6C. RGB value is (180,135,108). Sum of RGB (Red+Green+Blue) = 180+135+108=423 (56% of max value = 765). Red value is 180 (70.70% from 255 or 42.55% from 423); Green value is 135 (53.12% from 255 or 31.91% from 423); Blue value is 108 (42.58% from 255 or 25.53% from 423); Max value from RGB is 180 - color contains mainly: red. Hex color #B4876C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4876C is #4B7893. Grayscale: #919191. Windows color (decimal): -4946068 or 7112628. OLE color: 7112628.

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

Color convert

RGB 180 135 108 -
CMYK 0 0.25 0.40 0.29
HSL 22.5º 0.32% 0.56% -
HSV(B) 22.5º 0.4% 0.71% -
XYZ 30.19 28.11 18.02 -
YUV 145.38 106.91 152.7 -
System Red Green Blue C M Y K H S L
Decimal 180 135 108 0 0.25 0.40 0.29 22.5 0.32 0.56
Hex B4 87 6C 0 19 28 1D 16 20 38
Octal 264 207 154 0 31 50 35 26 40 70
Binary 10110100 10000111 1101100 0 11001 101000 11101 10110 100000 111000

Color Harmonies of #B4876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4876C

Black with #B4876C

Text Example


Text Example

White with #B4876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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