Html Css Color HEX #B58068 Medium Wood

📋 copy color: '#B58068'

red 181 ◦ green 128 ◦ blue 104

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

Shades of Medium Wood #B58068

Tints of Medium Wood #B58068

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.99%

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

R = 43.83%
G = 30.99%
B = 25.18%

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

#B58068 (or 0xB58068) is known color: Medium Wood. HEX triplet: B5, 80 and 68. RGB value is (181,128,104). Sum of RGB (Red+Green+Blue) = 181+128+104=413 (54% of max value = 765). Red value is 181 (71.09% from 255 or 43.83% from 413); Green value is 128 (50.39% from 255 or 30.99% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 181 - color contains mainly: red. Hex color #B58068 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B58068 is #4A7F97. Grayscale: #8D8D8D. Windows color (decimal): -4882328 or 6848693. OLE color: 6848693.

HSL color Cylindrical-coordinate representation of color #B58068: hue angle of 18.7º 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 #B58068 is Cyan = 0, Magento = 0.29, Yellow = 0.43 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 128 104 -
CMYK 0 0.29 0.43 0.29
HSL 18.7º 0.34% 0.56% -
HSV(B) 18.7º 0.43% 0.71% -
XYZ 29.27 26.26 16.62 -
YUV 141.11 107.06 156.45 -
System Red Green Blue C M Y K H S L
Decimal 181 128 104 0 0.29 0.43 0.29 18.7 0.34 0.56
Hex B5 80 68 0 1D 2B 1D 13 22 38
Octal 265 200 150 0 35 53 35 23 42 70
Binary 10110101 10000000 1101000 0 11101 101011 11101 10011 100010 111000

Color Harmonies of #B58068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B58068

Black with #B58068

Text Example


Text Example

White with #B58068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B58068; }

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

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

background-color css

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

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

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

border-color css

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

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

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