Html Css Color HEX #B78364 Medium Wood

📋 copy color: '#B78364'

red 183 ◦ green 131 ◦ blue 100

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

Shades of Medium Wood #B78364

Tints of Medium Wood #B78364

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.64%

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

R = 44.2%
G = 31.64%
B = 24.15%

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

#B78364 (or 0xB78364) is known color: Medium Wood. HEX triplet: B7, 83 and 64. RGB value is (183,131,100). Sum of RGB (Red+Green+Blue) = 183+131+100=414 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.20% from 414); Green value is 131 (51.56% from 255 or 31.64% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 183 - color contains mainly: red. Hex color #B78364 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78364 is #487C9B. Grayscale: #8F8F8F. Windows color (decimal): -4750492 or 6587319. OLE color: 6587319.

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

Color convert

RGB 183 131 100 -
CMYK 0 0.28 0.45 0.28
HSL 22.41º 0.37% 0.55% -
HSV(B) 22.41º 0.45% 0.72% -
XYZ 29.94 27.22 15.73 -
YUV 143.01 103.73 156.52 -
System Red Green Blue C M Y K H S L
Decimal 183 131 100 0 0.28 0.45 0.28 22.41 0.37 0.55
Hex B7 83 64 0 1C 2D 1C 16 25 37
Octal 267 203 144 0 34 55 34 26 45 67
Binary 10110111 10000011 1100100 0 11100 101101 11100 10110 100101 110111

Color Harmonies of #B78364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78364

Black with #B78364

Text Example


Text Example

White with #B78364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78364; }

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

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

background-color css

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

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

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

border-color css

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

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

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