Html Css Color HEX #B07863 Medium Wood

📋 copy color: '#B07863'

red 176 ◦ green 120 ◦ blue 99

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

Shades of Medium Wood #B07863

Tints of Medium Wood #B07863

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.38%

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

R = 44.56%
G = 30.38%
B = 25.06%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B07863 (or 0xB07863) is known color: Medium Wood. HEX triplet: B0, 78 and 63. RGB value is (176,120,99). Sum of RGB (Red+Green+Blue) = 176+120+99=395 (52% of max value = 765). Red value is 176 (69.14% from 255 or 44.56% from 395); Green value is 120 (47.27% from 255 or 30.38% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 176 - color contains mainly: red. Hex color #B07863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B07863 is #4F879C. Grayscale: #868686. Windows color (decimal): -5212061 or 6518960. OLE color: 6518960.

HSL color Cylindrical-coordinate representation of color #B07863: hue angle of 16.36º 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 #B07863 is Cyan = 0, Magento = 0.32, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 120 99 -
CMYK 0 0.32 0.44 0.31
HSL 16.36º 0.33% 0.54% -
HSV(B) 16.36º 0.44% 0.69% -
XYZ 26.87 23.56 14.94 -
YUV 134.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 176 120 99 0 0.32 0.44 0.31 16.36 0.33 0.54
Hex B0 78 63 0 20 2C 1F 10 21 36
Octal 260 170 143 0 40 54 37 20 41 66
Binary 10110000 1111000 1100011 0 100000 101100 11111 10000 100001 110110

Color Harmonies of #B07863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B07863

Black with #B07863

Text Example


Text Example

White with #B07863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B07863; }

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

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

background-color css

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

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

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

border-color css

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

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

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