Html Css Color HEX #B08562 Medium Wood

📋 copy color: '#B08562'

red 176 ◦ green 133 ◦ blue 98

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

Shades of Medium Wood #B08562

Tints of Medium Wood #B08562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.68%

 BLUE value IS 98 (38.67% from 255) = 24.08%

R = 43.24%
G = 32.68%
B = 24.08%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B08562 (or 0xB08562) is known color: Medium Wood. HEX triplet: B0, 85 and 62. RGB value is (176,133,98). Sum of RGB (Red+Green+Blue) = 176+133+98=407 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.24% from 407); Green value is 133 (52.34% from 255 or 32.68% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 176 - color contains mainly: red. Hex color #B08562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08562 is #4F7A9D. Grayscale: #8E8E8E. Windows color (decimal): -5208734 or 6456752. OLE color: 6456752.

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

Color convert

RGB 176 133 98 -
CMYK 0 0.24 0.44 0.31
HSL 26.92º 0.33% 0.54% -
HSV(B) 26.92º 0.44% 0.69% -
XYZ 28.5 26.89 15.24 -
YUV 141.87 103.25 152.35 -
System Red Green Blue C M Y K H S L
Decimal 176 133 98 0 0.24 0.44 0.31 26.92 0.33 0.54
Hex B0 85 62 0 18 2C 1F 1B 21 36
Octal 260 205 142 0 30 54 37 33 41 66
Binary 10110000 10000101 1100010 0 11000 101100 11111 11011 100001 110110

Color Harmonies of #B08562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08562

Black with #B08562

Text Example


Text Example

White with #B08562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08562; }

 p { color: rgb(176,133,98); }

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

background-color css

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

 a { background-color: rgb(176,133,98); }

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

border-color css

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

 span { border-color: rgb(176,133,98); }

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