Html Css Color HEX #B78160 Medium Wood

📋 copy color: '#B78160'

red 183 ◦ green 129 ◦ blue 96

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

Shades of Medium Wood #B78160

Tints of Medium Wood #B78160

RGB

 RED value IS 183 (71.88% from 255) = 44.85%

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

 BLUE value IS 96 (37.89% from 255) = 23.53%

R = 44.85%
G = 31.62%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B78160 (or 0xB78160) is known color: Medium Wood. HEX triplet: B7, 81 and 60. RGB value is (183,129,96). Sum of RGB (Red+Green+Blue) = 183+129+96=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 129 (50.78% from 255 or 31.62% from 408); Blue value is 96 (37.89% from 255 or 23.53% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B78160 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78160 is #487E9F. Grayscale: #8D8D8D. Windows color (decimal): -4751008 or 6324663. OLE color: 6324663.

HSL color Cylindrical-coordinate representation of color #B78160: hue angle of 22.76º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B78160 is Cyan = 0, Magento = 0.30, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 129 96 -
CMYK 0 0.30 0.48 0.28
HSL 22.76º 0.38% 0.55% -
HSV(B) 22.76º 0.48% 0.72% -
XYZ 29.49 26.61 14.65 -
YUV 141.38 102.39 157.68 -
System Red Green Blue C M Y K H S L
Decimal 183 129 96 0 0.30 0.48 0.28 22.76 0.38 0.55
Hex B7 81 60 0 1E 30 1C 17 26 37
Octal 267 201 140 0 36 60 34 27 46 67
Binary 10110111 10000001 1100000 0 11110 110000 11100 10111 100110 110111

Color Harmonies of #B78160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78160

Black with #B78160

Text Example


Text Example

White with #B78160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78160; }

 p { color: rgb(183,129,96); }

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

background-color css

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

 a { background-color: rgb(183,129,96); }

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

border-color css

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

 span { border-color: rgb(183,129,96); }

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