Html Css Color HEX #B78468 Medium Wood

📋 copy color: '#B78468'

red 183 ◦ green 132 ◦ blue 104

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

Shades of Medium Wood #B78468

Tints of Medium Wood #B78468

RGB

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

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

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

R = 43.68%
G = 31.5%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B78468 (or 0xB78468) is known color: Medium Wood. HEX triplet: B7, 84 and 68. RGB value is (183,132,104). Sum of RGB (Red+Green+Blue) = 183+132+104=419 (55% of max value = 765). Red value is 183 (71.88% from 255 or 43.68% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 183 - color contains mainly: red. Hex color #B78468 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78468 is #487B97. Grayscale: #909090. Windows color (decimal): -4750232 or 6849719. OLE color: 6849719.

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

Color convert

RGB 183 132 104 -
CMYK 0 0.28 0.43 0.28
HSL 21.27º 0.35% 0.56% -
HSV(B) 21.27º 0.43% 0.72% -
XYZ 30.28 27.57 16.82 -
YUV 144.06 105.4 155.78 -
System Red Green Blue C M Y K H S L
Decimal 183 132 104 0 0.28 0.43 0.28 21.27 0.35 0.56
Hex B7 84 68 0 1C 2B 1C 15 23 38
Octal 267 204 150 0 34 53 34 25 43 70
Binary 10110111 10000100 1101000 0 11100 101011 11100 10101 100011 111000

Color Harmonies of #B78468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78468

Black with #B78468

Text Example


Text Example

White with #B78468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78468; }

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

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

background-color css

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

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

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

border-color css

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

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

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