Html Css Color HEX #B28868 Medium Wood

📋 copy color: '#B28868'

red 178 ◦ green 136 ◦ blue 104

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

Shades of Medium Wood #B28868

Tints of Medium Wood #B28868

RGB

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

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

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

R = 42.58%
G = 32.54%
B = 24.88%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28868 (or 0xB28868) is known color: Medium Wood. HEX triplet: B2, 88 and 68. RGB value is (178,136,104). Sum of RGB (Red+Green+Blue) = 178+136+104=418 (55% of max value = 765). Red value is 178 (69.92% from 255 or 42.58% from 418); Green value is 136 (53.52% from 255 or 32.54% from 418); Blue value is 104 (41.02% from 255 or 24.88% from 418); Max value from RGB is 178 - color contains mainly: red. Hex color #B28868 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28868 is #4D7797. Grayscale: #919191. Windows color (decimal): -5076888 or 6850738. OLE color: 6850738.

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

Color convert

RGB 178 136 104 -
CMYK 0 0.24 0.42 0.30
HSL 25.95º 0.32% 0.55% -
HSV(B) 25.95º 0.42% 0.7% -
XYZ 29.66 28.07 16.95 -
YUV 144.91 104.91 151.6 -
System Red Green Blue C M Y K H S L
Decimal 178 136 104 0 0.24 0.42 0.30 25.95 0.32 0.55
Hex B2 88 68 0 18 2A 1E 1A 20 37
Octal 262 210 150 0 30 52 36 32 40 67
Binary 10110010 10001000 1101000 0 11000 101010 11110 11010 100000 110111

Color Harmonies of #B28868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28868

Black with #B28868

Text Example


Text Example

White with #B28868

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28868; }

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

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

background-color css

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

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

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

border-color css

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

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

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