Html Css Color HEX #B0876D Medium Wood

📋 copy color: '#B0876D'

red 176 ◦ green 135 ◦ blue 109

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

Shades of Medium Wood #B0876D

Tints of Medium Wood #B0876D

RGB

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

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

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

R = 41.9%
G = 32.14%
B = 25.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.38

 K value IS 0.31

RGB Variations

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

Color information

#B0876D (or 0xB0876D) is known color: Medium Wood. HEX triplet: B0, 87 and 6D. RGB value is (176,135,109). Sum of RGB (Red+Green+Blue) = 176+135+109=420 (55% of max value = 765). Red value is 176 (69.14% from 255 or 41.90% from 420); Green value is 135 (53.12% from 255 or 32.14% from 420); Blue value is 109 (42.97% from 255 or 25.95% from 420); Max value from RGB is 176 - color contains mainly: red. Hex color #B0876D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0876D is #4F7892. Grayscale: #909090. Windows color (decimal): -5208211 or 7178160. OLE color: 7178160.

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

Color convert

RGB 176 135 109 -
CMYK 0 0.23 0.38 0.31
HSL 23.28º 0.3% 0.56% -
HSV(B) 23.28º 0.38% 0.69% -
XYZ 29.33 27.66 18.26 -
YUV 144.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 176 135 109 0 0.23 0.38 0.31 23.28 0.3 0.56
Hex B0 87 6D 0 17 26 1F 17 1E 38
Octal 260 207 155 0 27 46 37 27 36 70
Binary 10110000 10000111 1101101 0 10111 100110 11111 10111 11110 111000

Color Harmonies of #B0876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0876D

Black with #B0876D

Text Example


Text Example

White with #B0876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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