Html Css Color HEX #B08862 Medium Wood

📋 copy color: '#B08862'

red 176 ◦ green 136 ◦ blue 98

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

Shades of Medium Wood #B08862

Tints of Medium Wood #B08862

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.17%

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

R = 42.93%
G = 33.17%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B08862 (or 0xB08862) is known color: Medium Wood. HEX triplet: B0, 88 and 62. RGB value is (176,136,98). Sum of RGB (Red+Green+Blue) = 176+136+98=410 (54% of max value = 765). Red value is 176 (69.14% from 255 or 42.93% from 410); Green value is 136 (53.52% from 255 or 33.17% from 410); Blue value is 98 (38.67% from 255 or 23.90% from 410); Max value from RGB is 176 - color contains mainly: red. Hex color #B08862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08862 is #4F779D. Grayscale: #8F8F8F. Windows color (decimal): -5207966 or 6457520. OLE color: 6457520.

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

Color convert

RGB 176 136 98 -
CMYK 0 0.23 0.44 0.31
HSL 29.23º 0.33% 0.54% -
HSV(B) 29.23º 0.44% 0.69% -
XYZ 28.91 27.72 15.38 -
YUV 143.63 102.25 151.09 -
System Red Green Blue C M Y K H S L
Decimal 176 136 98 0 0.23 0.44 0.31 29.23 0.33 0.54
Hex B0 88 62 0 17 2C 1F 1D 21 36
Octal 260 210 142 0 27 54 37 35 41 66
Binary 10110000 10001000 1100010 0 10111 101100 11111 11101 100001 110110

Color Harmonies of #B08862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08862

Black with #B08862

Text Example


Text Example

White with #B08862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08862; }

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

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

background-color css

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

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

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

border-color css

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

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

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