Html Css Color HEX #B58168 Medium Wood

📋 copy color: '#B58168'

red 181 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #B58168

Tints of Medium Wood #B58168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.16%

 BLUE value IS 104 (41.02% from 255) = 25.12%

R = 43.72%
G = 31.16%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B58168 (or 0xB58168) is known color: Medium Wood. HEX triplet: B5, 81 and 68. RGB value is (181,129,104). Sum of RGB (Red+Green+Blue) = 181+129+104=414 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.72% from 414); Green value is 129 (50.78% from 255 or 31.16% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 181 - color contains mainly: red. Hex color #B58168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58168 is #4A7E97. Grayscale: #8D8D8D. Windows color (decimal): -4882072 or 6848949. OLE color: 6848949.

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

Color convert

RGB 181 129 104 -
CMYK 0 0.29 0.43 0.29
HSL 19.48º 0.34% 0.56% -
HSV(B) 19.48º 0.43% 0.71% -
XYZ 29.41 26.52 16.67 -
YUV 141.7 106.73 156.03 -
System Red Green Blue C M Y K H S L
Decimal 181 129 104 0 0.29 0.43 0.29 19.48 0.34 0.56
Hex B5 81 68 0 1D 2B 1D 13 22 38
Octal 265 201 150 0 35 53 35 23 42 70
Binary 10110101 10000001 1101000 0 11101 101011 11101 10011 100010 111000

Color Harmonies of #B58168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58168

Black with #B58168

Text Example


Text Example

White with #B58168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58168; }

 p { color: rgb(181,129,104); }

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

background-color css

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

 a { background-color: rgb(181,129,104); }

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

border-color css

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

 span { border-color: rgb(181,129,104); }

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