Html Css Color HEX #B4875F Medium Wood

📋 copy color: '#B4875F'

red 180 ◦ green 135 ◦ blue 95

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

Shades of Medium Wood #B4875F

Tints of Medium Wood #B4875F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.17%

R = 43.9%
G = 32.93%
B = 23.17%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4875F (or 0xB4875F) is known color: Medium Wood. HEX triplet: B4, 87 and 5F. RGB value is (180,135,95). Sum of RGB (Red+Green+Blue) = 180+135+95=410 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.90% from 410); Green value is 135 (53.12% from 255 or 32.93% from 410); Blue value is 95 (37.5% from 255 or 23.17% from 410); Max value from RGB is 180 - color contains mainly: red. Hex color #B4875F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B4875F is #4B78A0. Grayscale: #909090. Windows color (decimal): -4946081 or 6260660. OLE color: 6260660.

HSL color Cylindrical-coordinate representation of color #B4875F: hue angle of 28.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B4875F is Cyan = 0, Magento = 0.25, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 135 95 -
CMYK 0 0.25 0.47 0.29
HSL 28.24º 0.36% 0.54% -
HSV(B) 28.24º 0.47% 0.71% -
XYZ 29.55 27.86 14.65 -
YUV 143.9 100.41 153.75 -
System Red Green Blue C M Y K H S L
Decimal 180 135 95 0 0.25 0.47 0.29 28.24 0.36 0.54
Hex B4 87 5F 0 19 2F 1D 1C 24 36
Octal 264 207 137 0 31 57 35 34 44 66
Binary 10110100 10000111 1011111 0 11001 101111 11101 11100 100100 110110

Color Harmonies of #B4875F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4875F

Black with #B4875F

Text Example


Text Example

White with #B4875F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4875F; }

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

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

background-color css

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

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

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

border-color css

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

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

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