Html Css Color HEX #B78868 Medium Wood

📋 copy color: '#B78868'

red 183 ◦ green 136 ◦ blue 104

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

Shades of Medium Wood #B78868

Tints of Medium Wood #B78868

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.15%

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

R = 43.26%
G = 32.15%
B = 24.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.28

RGB Variations

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

Color information

#B78868 (or 0xB78868) is known color: Medium Wood. HEX triplet: B7, 88 and 68. RGB value is (183,136,104). Sum of RGB (Red+Green+Blue) = 183+136+104=423 (56% of max value = 765). Red value is 183 (71.88% from 255 or 43.26% from 423); Green value is 136 (53.52% from 255 or 32.15% from 423); Blue value is 104 (41.02% from 255 or 24.59% from 423); Max value from RGB is 183 - color contains mainly: red. Hex color #B78868 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B78868 is #487797. Grayscale: #929292. Windows color (decimal): -4749208 or 6850743. OLE color: 6850743.

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

Color convert

RGB 183 136 104 -
CMYK 0 0.26 0.43 0.28
HSL 24.3º 0.35% 0.56% -
HSV(B) 24.3º 0.43% 0.72% -
XYZ 30.83 28.68 17.01 -
YUV 146.41 104.07 154.1 -
System Red Green Blue C M Y K H S L
Decimal 183 136 104 0 0.26 0.43 0.28 24.3 0.35 0.56
Hex B7 88 68 0 1A 2B 1C 18 23 38
Octal 267 210 150 0 32 53 34 30 43 70
Binary 10110111 10001000 1101000 0 11010 101011 11100 11000 100011 111000

Color Harmonies of #B78868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B78868

Black with #B78868

Text Example


Text Example

White with #B78868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B78868; }

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

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

background-color css

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

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

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

border-color css

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

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

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