Html Css Color HEX #B28564 Medium Wood

📋 copy color: '#B28564'

red 178 ◦ green 133 ◦ blue 100

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

Shades of Medium Wood #B28564

Tints of Medium Wood #B28564

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.36%

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

R = 43.31%
G = 32.36%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28564 (or 0xB28564) is known color: Medium Wood. HEX triplet: B2, 85 and 64. RGB value is (178,133,100). Sum of RGB (Red+Green+Blue) = 178+133+100=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 133 (52.34% from 255 or 32.36% from 411); Blue value is 100 (39.45% from 255 or 24.33% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B28564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28564 is #4D7A9B. Grayscale: #8E8E8E. Windows color (decimal): -5077660 or 6587826. OLE color: 6587826.

HSL color Cylindrical-coordinate representation of color #B28564: hue angle of 25.38º 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 #B28564 is Cyan = 0, Magento = 0.25, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 100 -
CMYK 0 0.25 0.44 0.30
HSL 25.38º 0.34% 0.55% -
HSV(B) 25.38º 0.44% 0.7% -
XYZ 29.05 27.16 15.77 -
YUV 142.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 178 133 100 0 0.25 0.44 0.30 25.38 0.34 0.55
Hex B2 85 64 0 19 2C 1E 19 22 37
Octal 262 205 144 0 31 54 36 31 42 67
Binary 10110010 10000101 1100100 0 11001 101100 11110 11001 100010 110111

Color Harmonies of #B28564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28564

Black with #B28564

Text Example


Text Example

White with #B28564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28564; }

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

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

background-color css

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

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

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

border-color css

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

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

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