Html Css Color HEX #B08460 Medium Wood

📋 copy color: '#B08460'

red 176 ◦ green 132 ◦ blue 96

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

Shades of Medium Wood #B08460

Tints of Medium Wood #B08460

RGB

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

 GREEN value IS 132 (51.95% from 255) = 32.67%

 BLUE value IS 96 (37.89% from 255) = 23.76%

R = 43.56%
G = 32.67%
B = 23.76%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B08460 (or 0xB08460) is known color: Medium Wood. HEX triplet: B0, 84 and 60. RGB value is (176,132,96). Sum of RGB (Red+Green+Blue) = 176+132+96=404 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.56% from 404); Green value is 132 (51.95% from 255 or 32.67% from 404); Blue value is 96 (37.89% from 255 or 23.76% from 404); Max value from RGB is 176 - color contains mainly: red. Hex color #B08460 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08460 is #4F7B9F. Grayscale: #8D8D8D. Windows color (decimal): -5208992 or 6325424. OLE color: 6325424.

HSL color Cylindrical-coordinate representation of color #B08460: hue angle of 27º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B08460 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 132 96 -
CMYK 0 0.25 0.45 0.31
HSL 27º 0.34% 0.53% -
HSV(B) 27º 0.45% 0.69% -
XYZ 28.27 26.58 14.71 -
YUV 141.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 176 132 96 0 0.25 0.45 0.31 27 0.34 0.53
Hex B0 84 60 0 19 2D 1F 1B 22 35
Octal 260 204 140 0 31 55 37 33 42 65
Binary 10110000 10000100 1100000 0 11001 101101 11111 11011 100010 110101

Color Harmonies of #B08460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08460

Black with #B08460

Text Example


Text Example

White with #B08460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08460; }

 p { color: rgb(176,132,96); }

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

background-color css

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

 a { background-color: rgb(176,132,96); }

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

border-color css

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

 span { border-color: rgb(176,132,96); }

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