Html Css Color HEX #B28864 Medium Wood

📋 copy color: '#B28864'

red 178 ◦ green 136 ◦ blue 100

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

Shades of Medium Wood #B28864

Tints of Medium Wood #B28864

RGB

 RED value IS 178 (69.92% from 255) = 43%

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

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

R = 43%
G = 32.85%
B = 24.15%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28864 (or 0xB28864) is known color: Medium Wood. HEX triplet: B2, 88 and 64. RGB value is (178,136,100). Sum of RGB (Red+Green+Blue) = 178+136+100=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 100 (39.45% from 255 or 24.15% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B28864 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28864 is #4D779B. Grayscale: #909090. Windows color (decimal): -5076892 or 6588594. OLE color: 6588594.

HSL color Cylindrical-coordinate representation of color #B28864: hue angle of 27.69º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B28864 is Cyan = 0, Magento = 0.24, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 136 100 -
CMYK 0 0.24 0.44 0.30
HSL 27.69º 0.34% 0.55% -
HSV(B) 27.69º 0.44% 0.7% -
XYZ 29.46 27.99 15.91 -
YUV 144.45 102.91 151.93 -
System Red Green Blue C M Y K H S L
Decimal 178 136 100 0 0.24 0.44 0.30 27.69 0.34 0.55
Hex B2 88 64 0 18 2C 1E 1C 22 37
Octal 262 210 144 0 30 54 36 34 42 67
Binary 10110010 10001000 1100100 0 11000 101100 11110 11100 100010 110111

Color Harmonies of #B28864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28864

Black with #B28864

Text Example


Text Example

White with #B28864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28864; }

 p { color: rgb(178,136,100); }

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

background-color css

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

 a { background-color: rgb(178,136,100); }

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

border-color css

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

 span { border-color: rgb(178,136,100); }

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