Html Css Color HEX #B07956 Medium Wood

📋 copy color: '#B07956'

red 176 ◦ green 121 ◦ blue 86

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

Shades of Medium Wood #B07956

Tints of Medium Wood #B07956

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.59%

 BLUE value IS 86 (33.98% from 255) = 22.45%

R = 45.95%
G = 31.59%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B07956 (or 0xB07956) is known color: Medium Wood. HEX triplet: B0, 79 and 56. RGB value is (176,121,86). Sum of RGB (Red+Green+Blue) = 176+121+86=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 121 (47.66% from 255 or 31.59% from 383); Blue value is 86 (33.98% from 255 or 22.45% from 383); Max value from RGB is 176 - color contains mainly: red. Hex color #B07956 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07956 is #4F86A9. Grayscale: #858585. Windows color (decimal): -5211818 or 5667248. OLE color: 5667248.

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

Color convert

RGB 176 121 86 -
CMYK 0 0.31 0.51 0.31
HSL 23.33º 0.36% 0.51% -
HSV(B) 23.33º 0.51% 0.69% -
XYZ 26.42 23.58 11.96 -
YUV 133.46 101.22 158.35 -
System Red Green Blue C M Y K H S L
Decimal 176 121 86 0 0.31 0.51 0.31 23.33 0.36 0.51
Hex B0 79 56 0 1F 33 1F 17 24 33
Octal 260 171 126 0 37 63 37 27 44 63
Binary 10110000 1111001 1010110 0 11111 110011 11111 10111 100100 110011

Color Harmonies of #B07956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07956

Black with #B07956

Text Example


Text Example

White with #B07956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07956; }

 p { color: rgb(176,121,86); }

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

background-color css

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

 a { background-color: rgb(176,121,86); }

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

border-color css

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

 span { border-color: rgb(176,121,86); }

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