Html Css Color HEX #B58369 Medium Wood

📋 copy color: '#B58369'

red 181 ◦ green 131 ◦ blue 105

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

Shades of Medium Wood #B58369

Tints of Medium Wood #B58369

RGB

 RED value IS 181 (71.09% from 255) = 43.41%

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

 BLUE value IS 105 (41.41% from 255) = 25.18%

R = 43.41%
G = 31.41%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B58369 (or 0xB58369) is known color: Medium Wood. HEX triplet: B5, 83 and 69. RGB value is (181,131,105). Sum of RGB (Red+Green+Blue) = 181+131+105=417 (55% of max value = 765). Red value is 181 (71.09% from 255 or 43.41% from 417); Green value is 131 (51.56% from 255 or 31.41% from 417); Blue value is 105 (41.41% from 255 or 25.18% from 417); Max value from RGB is 181 - color contains mainly: red. Hex color #B58369 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58369 is #4A7C96. Grayscale: #8F8F8F. Windows color (decimal): -4881559 or 6914997. OLE color: 6914997.

HSL color Cylindrical-coordinate representation of color #B58369: hue angle of 20.53º degrees, saturation: 0.34, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B58369 is Cyan = 0, Magento = 0.28, Yellow = 0.42 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 131 105 -
CMYK 0 0.28 0.42 0.29
HSL 20.53º 0.34% 0.56% -
HSV(B) 20.53º 0.42% 0.71% -
XYZ 29.72 27.08 17.02 -
YUV 142.99 106.57 155.11 -
System Red Green Blue C M Y K H S L
Decimal 181 131 105 0 0.28 0.42 0.29 20.53 0.34 0.56
Hex B5 83 69 0 1C 2A 1D 15 22 38
Octal 265 203 151 0 34 52 35 25 42 70
Binary 10110101 10000011 1101001 0 11100 101010 11101 10101 100010 111000

Color Harmonies of #B58369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58369

Black with #B58369

Text Example


Text Example

White with #B58369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58369; }

 p { color: rgb(181,131,105); }

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

background-color css

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

 a { background-color: rgb(181,131,105); }

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

border-color css

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

 span { border-color: rgb(181,131,105); }

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