Html Css Color HEX #B07D6A Medium Wood

📋 copy color: '#B07D6A'

red 176 ◦ green 125 ◦ blue 106

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

Shades of Medium Wood #B07D6A

Tints of Medium Wood #B07D6A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 30.71%

 BLUE value IS 106 (41.8% from 255) = 26.04%

R = 43.24%
G = 30.71%
B = 26.04%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B07D6A (or 0xB07D6A) is known color: Medium Wood. HEX triplet: B0, 7D and 6A. RGB value is (176,125,106). Sum of RGB (Red+Green+Blue) = 176+125+106=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 125 (49.22% from 255 or 30.71% from 407); Blue value is 106 (41.80% from 255 or 26.04% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B07D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07D6A is #4F8295. Grayscale: #8A8A8A. Windows color (decimal): -5210774 or 6978992. OLE color: 6978992.

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

Color convert

RGB 176 125 106 -
CMYK 0 0.29 0.40 0.31
HSL 16.29º 0.31% 0.55% -
HSV(B) 16.29º 0.4% 0.69% -
XYZ 27.84 24.94 16.98 -
YUV 138.08 109.9 155.04 -
System Red Green Blue C M Y K H S L
Decimal 176 125 106 0 0.29 0.40 0.31 16.29 0.31 0.55
Hex B0 7D 6A 0 1D 28 1F 10 1F 37
Octal 260 175 152 0 35 50 37 20 37 67
Binary 10110000 1111101 1101010 0 11101 101000 11111 10000 11111 110111

Color Harmonies of #B07D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07D6A

Black with #B07D6A

Text Example


Text Example

White with #B07D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07D6A; }

 p { color: rgb(176,125,106); }

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

background-color css

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

 a { background-color: rgb(176,125,106); }

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

border-color css

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

 span { border-color: rgb(176,125,106); }

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