Html Css Color HEX #B08360 Medium Wood

📋 copy color: '#B08360'

red 176 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #B08360

Tints of Medium Wood #B08360

RGB

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

 GREEN value IS 131 (51.56% from 255) = 32.51%

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

R = 43.67%
G = 32.51%
B = 23.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B08360 (or 0xB08360) is known color: Medium Wood. HEX triplet: B0, 83 and 60. RGB value is (176,131,96). Sum of RGB (Red+Green+Blue) = 176+131+96=403 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.67% from 403); Green value is 131 (51.56% from 255 or 32.51% from 403); Blue value is 96 (37.89% from 255 or 23.82% from 403); Max value from RGB is 176 - color contains mainly: red. Hex color #B08360 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08360 is #4F7C9F. Grayscale: #8C8C8C. Windows color (decimal): -5209248 or 6325168. OLE color: 6325168.

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

Color convert

RGB 176 131 96 -
CMYK 0 0.26 0.45 0.31
HSL 26.25º 0.34% 0.53% -
HSV(B) 26.25º 0.45% 0.69% -
XYZ 28.13 26.31 14.66 -
YUV 140.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 176 131 96 0 0.26 0.45 0.31 26.25 0.34 0.53
Hex B0 83 60 0 1A 2D 1F 1A 22 35
Octal 260 203 140 0 32 55 37 32 42 65
Binary 10110000 10000011 1100000 0 11010 101101 11111 11010 100010 110101

Color Harmonies of #B08360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08360

Black with #B08360

Text Example


Text Example

White with #B08360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08360; }

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

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

background-color css

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

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

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

border-color css

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

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

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