Html Css Color HEX #B0876C Medium Wood

📋 copy color: '#B0876C'

red 176 ◦ green 135 ◦ blue 108

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

Shades of Medium Wood #B0876C

Tints of Medium Wood #B0876C

RGB

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

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

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

R = 42%
G = 32.22%
B = 25.78%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#B0876C (or 0xB0876C) is known color: Medium Wood. HEX triplet: B0, 87 and 6C. RGB value is (176,135,108). Sum of RGB (Red+Green+Blue) = 176+135+108=419 (55% of max value = 765). Red value is 176 (69.14% from 255 or 42.00% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 108 (42.58% from 255 or 25.78% from 419); Max value from RGB is 176 - color contains mainly: red. Hex color #B0876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B0876C is #4F7893. Grayscale: #909090. Windows color (decimal): -5208212 or 7112624. OLE color: 7112624.

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

Color convert

RGB 176 135 108 -
CMYK 0 0.23 0.39 0.31
HSL 23.82º 0.3% 0.56% -
HSV(B) 23.82º 0.39% 0.69% -
XYZ 29.28 27.64 17.98 -
YUV 144.18 107.58 150.7 -
System Red Green Blue C M Y K H S L
Decimal 176 135 108 0 0.23 0.39 0.31 23.82 0.3 0.56
Hex B0 87 6C 0 17 27 1F 18 1E 38
Octal 260 207 154 0 27 47 37 30 36 70
Binary 10110000 10000111 1101100 0 10111 100111 11111 11000 11110 111000

Color Harmonies of #B0876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0876C

Black with #B0876C

Text Example


Text Example

White with #B0876C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0876C; }

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

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

background-color css

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

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

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

border-color css

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

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

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