Html Css Color HEX #B78660 Medium Wood

📋 copy color: '#B78660'

red 183 ◦ green 134 ◦ blue 96

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

Shades of Medium Wood #B78660

Tints of Medium Wood #B78660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 32.45%

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

R = 44.31%
G = 32.45%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B78660 (or 0xB78660) is known color: Medium Wood. HEX triplet: B7, 86 and 60. RGB value is (183,134,96). Sum of RGB (Red+Green+Blue) = 183+134+96=413 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.31% from 413); Green value is 134 (52.73% from 255 or 32.45% from 413); Blue value is 96 (37.89% from 255 or 23.24% from 413); Max value from RGB is 183 - color contains mainly: red. Hex color #B78660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78660 is #48799F. Grayscale: #909090. Windows color (decimal): -4749728 or 6325943. OLE color: 6325943.

HSL color Cylindrical-coordinate representation of color #B78660: hue angle of 26.21º 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 #B78660 is Cyan = 0, Magento = 0.27, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 134 96 -
CMYK 0 0.27 0.48 0.28
HSL 26.21º 0.38% 0.55% -
HSV(B) 26.21º 0.48% 0.72% -
XYZ 30.16 27.96 14.87 -
YUV 144.32 100.73 155.59 -
System Red Green Blue C M Y K H S L
Decimal 183 134 96 0 0.27 0.48 0.28 26.21 0.38 0.55
Hex B7 86 60 0 1B 30 1C 1A 26 37
Octal 267 206 140 0 33 60 34 32 46 67
Binary 10110111 10000110 1100000 0 11011 110000 11100 11010 100110 110111

Color Harmonies of #B78660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78660

Black with #B78660

Text Example


Text Example

White with #B78660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78660; }

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

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

background-color css

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

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

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

border-color css

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

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

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