Html Css Color HEX #B0875E Medium Wood

📋 copy color: '#B0875E'

red 176 ◦ green 135 ◦ blue 94

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

Shades of Medium Wood #B0875E

Tints of Medium Wood #B0875E

RGB

 RED value IS 176 (69.14% from 255) = 43.46%

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

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 43.46%
G = 33.33%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0875E (or 0xB0875E) is known color: Medium Wood. HEX triplet: B0, 87 and 5E. RGB value is (176,135,94). Sum of RGB (Red+Green+Blue) = 176+135+94=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 135 (53.12% from 255 or 33.33% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B0875E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0875E is #4F78A1. Grayscale: #8E8E8E. Windows color (decimal): -5208226 or 6195120. OLE color: 6195120.

HSL color Cylindrical-coordinate representation of color #B0875E: hue angle of 30º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B0875E is Cyan = 0, Magento = 0.23, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 135 94 -
CMYK 0 0.23 0.47 0.31
HSL 30º 0.34% 0.53% -
HSV(B) 30º 0.47% 0.69% -
XYZ 28.59 27.37 14.37 -
YUV 142.59 100.58 151.83 -
System Red Green Blue C M Y K H S L
Decimal 176 135 94 0 0.23 0.47 0.31 30 0.34 0.53
Hex B0 87 5E 0 17 2F 1F 1E 22 35
Octal 260 207 136 0 27 57 37 36 42 65
Binary 10110000 10000111 1011110 0 10111 101111 11111 11110 100010 110101

Color Harmonies of #B0875E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0875E

Black with #B0875E

Text Example


Text Example

White with #B0875E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0875E; }

 p { color: rgb(176,135,94); }

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

background-color css

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

 a { background-color: rgb(176,135,94); }

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

border-color css

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

 span { border-color: rgb(176,135,94); }

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