Html Css Color HEX #B07F63 Medium Wood

📋 copy color: '#B07F63'

red 176 ◦ green 127 ◦ blue 99

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

Shades of Medium Wood #B07F63

Tints of Medium Wood #B07F63

RGB

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

 GREEN value IS 127 (50% from 255) = 31.59%

 BLUE value IS 99 (39.06% from 255) = 24.63%

R = 43.78%
G = 31.59%
B = 24.63%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B07F63 (or 0xB07F63) is known color: Medium Wood. HEX triplet: B0, 7F and 63. RGB value is (176,127,99). Sum of RGB (Red+Green+Blue) = 176+127+99=402 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.78% from 402); Green value is 127 (50% from 255 or 31.59% from 402); Blue value is 99 (39.06% from 255 or 24.63% from 402); Max value from RGB is 176 - color contains mainly: red. Hex color #B07F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07F63 is #4F809C. Grayscale: #8A8A8A. Windows color (decimal): -5210269 or 6520752. OLE color: 6520752.

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

Color convert

RGB 176 127 99 -
CMYK 0 0.28 0.44 0.31
HSL 21.82º 0.33% 0.54% -
HSV(B) 21.82º 0.44% 0.69% -
XYZ 27.75 25.31 15.23 -
YUV 138.46 105.73 154.78 -
System Red Green Blue C M Y K H S L
Decimal 176 127 99 0 0.28 0.44 0.31 21.82 0.33 0.54
Hex B0 7F 63 0 1C 2C 1F 16 21 36
Octal 260 177 143 0 34 54 37 26 41 66
Binary 10110000 1111111 1100011 0 11100 101100 11111 10110 100001 110110

Color Harmonies of #B07F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07F63

Black with #B07F63

Text Example


Text Example

White with #B07F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07F63; }

 p { color: rgb(176,127,99); }

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

background-color css

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

 a { background-color: rgb(176,127,99); }

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

border-color css

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

 span { border-color: rgb(176,127,99); }

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