Html Css Color HEX #B78464 Medium Wood

📋 copy color: '#B78464'

red 183 ◦ green 132 ◦ blue 100

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

Shades of Medium Wood #B78464

Tints of Medium Wood #B78464

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.81%

 BLUE value IS 100 (39.45% from 255) = 24.1%

R = 44.1%
G = 31.81%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#B78464 (or 0xB78464) is known color: Medium Wood. HEX triplet: B7, 84 and 64. RGB value is (183,132,100). Sum of RGB (Red+Green+Blue) = 183+132+100=415 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.10% from 415); Green value is 132 (51.95% from 255 or 31.81% from 415); Blue value is 100 (39.45% from 255 or 24.10% from 415); Max value from RGB is 183 - color contains mainly: red. Hex color #B78464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78464 is #487B9B. Grayscale: #8F8F8F. Windows color (decimal): -4750236 or 6587575. OLE color: 6587575.

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

Color convert

RGB 183 132 100 -
CMYK 0 0.28 0.45 0.28
HSL 23.13º 0.37% 0.55% -
HSV(B) 23.13º 0.45% 0.72% -
XYZ 30.08 27.49 15.78 -
YUV 143.6 103.4 156.1 -
System Red Green Blue C M Y K H S L
Decimal 183 132 100 0 0.28 0.45 0.28 23.13 0.37 0.55
Hex B7 84 64 0 1C 2D 1C 17 25 37
Octal 267 204 144 0 34 55 34 27 45 67
Binary 10110111 10000100 1100100 0 11100 101101 11100 10111 100101 110111

Color Harmonies of #B78464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78464

Black with #B78464

Text Example


Text Example

White with #B78464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78464; }

 p { color: rgb(183,132,100); }

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

background-color css

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

 a { background-color: rgb(183,132,100); }

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

border-color css

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

 span { border-color: rgb(183,132,100); }

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