Html Css Color HEX #B08263 Medium Wood

📋 copy color: '#B08263'

red 176 ◦ green 130 ◦ blue 99

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

Shades of Medium Wood #B08263

Tints of Medium Wood #B08263

RGB

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

 GREEN value IS 130 (51.17% from 255) = 32.1%

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

R = 43.46%
G = 32.1%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B08263 (or 0xB08263) is known color: Medium Wood. HEX triplet: B0, 82 and 63. RGB value is (176,130,99). Sum of RGB (Red+Green+Blue) = 176+130+99=405 (53% of max value = 765). Red value is 176 (69.14% from 255 or 43.46% from 405); Green value is 130 (51.17% from 255 or 32.10% from 405); Blue value is 99 (39.06% from 255 or 24.44% from 405); Max value from RGB is 176 - color contains mainly: red. Hex color #B08263 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B08263 is #4F7D9C. Grayscale: #8C8C8C. Windows color (decimal): -5209501 or 6521520. OLE color: 6521520.

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

Color convert

RGB 176 130 99 -
CMYK 0 0.26 0.44 0.31
HSL 24.16º 0.33% 0.54% -
HSV(B) 24.16º 0.44% 0.69% -
XYZ 28.14 26.1 15.36 -
YUV 140.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 176 130 99 0 0.26 0.44 0.31 24.16 0.33 0.54
Hex B0 82 63 0 1A 2C 1F 18 21 36
Octal 260 202 143 0 32 54 37 30 41 66
Binary 10110000 10000010 1100011 0 11010 101100 11111 11000 100001 110110

Color Harmonies of #B08263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B08263

Black with #B08263

Text Example


Text Example

White with #B08263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B08263; }

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

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

background-color css

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

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

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

border-color css

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

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

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