Html Css Color HEX #B68259 Medium Wood

📋 copy color: '#B68259'

red 182 ◦ green 130 ◦ blue 89

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

Shades of Medium Wood #B68259

Tints of Medium Wood #B68259

RGB

 RED value IS 182 (71.48% from 255) = 45.39%

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

 BLUE value IS 89 (35.16% from 255) = 22.19%

R = 45.39%
G = 32.42%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B68259 (or 0xB68259) is known color: Medium Wood. HEX triplet: B6, 82 and 59. RGB value is (182,130,89). Sum of RGB (Red+Green+Blue) = 182+130+89=401 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.39% from 401); Green value is 130 (51.17% from 255 or 32.42% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 182 - color contains mainly: red. Hex color #B68259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B68259 is #497DA6. Grayscale: #8D8D8D. Windows color (decimal): -4816295 or 5866166. OLE color: 5866166.

HSL color Cylindrical-coordinate representation of color #B68259: hue angle of 26.45º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B68259 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 130 89 -
CMYK 0 0.29 0.51 0.29
HSL 26.45º 0.39% 0.53% -
HSV(B) 26.45º 0.51% 0.71% -
XYZ 29.08 26.63 13.06 -
YUV 140.87 98.73 157.33 -
System Red Green Blue C M Y K H S L
Decimal 182 130 89 0 0.29 0.51 0.29 26.45 0.39 0.53
Hex B6 82 59 0 1D 33 1D 1A 27 35
Octal 266 202 131 0 35 63 35 32 47 65
Binary 10110110 10000010 1011001 0 11101 110011 11101 11010 100111 110101

Color Harmonies of #B68259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B68259

Black with #B68259

Text Example


Text Example

White with #B68259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B68259; }

 p { color: rgb(182,130,89); }

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

background-color css

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

 a { background-color: rgb(182,130,89); }

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

border-color css

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

 span { border-color: rgb(182,130,89); }

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