Html Css Color HEX #B28264 Medium Wood

📋 copy color: '#B28264'

red 178 ◦ green 130 ◦ blue 100

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

Shades of Medium Wood #B28264

Tints of Medium Wood #B28264

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.86%

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

R = 43.63%
G = 31.86%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28264 (or 0xB28264) is known color: Medium Wood. HEX triplet: B2, 82 and 64. RGB value is (178,130,100). Sum of RGB (Red+Green+Blue) = 178+130+100=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 130 (51.17% from 255 or 31.86% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B28264 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28264 is #4D7D9B. Grayscale: #8D8D8D. Windows color (decimal): -5078428 or 6587058. OLE color: 6587058.

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

Color convert

RGB 178 130 100 -
CMYK 0 0.27 0.44 0.30
HSL 23.08º 0.34% 0.55% -
HSV(B) 23.08º 0.44% 0.7% -
XYZ 28.64 26.35 15.63 -
YUV 140.93 104.9 154.44 -
System Red Green Blue C M Y K H S L
Decimal 178 130 100 0 0.27 0.44 0.30 23.08 0.34 0.55
Hex B2 82 64 0 1B 2C 1E 17 22 37
Octal 262 202 144 0 33 54 36 27 42 67
Binary 10110010 10000010 1100100 0 11011 101100 11110 10111 100010 110111

Color Harmonies of #B28264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28264

Black with #B28264

Text Example


Text Example

White with #B28264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28264; }

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

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

background-color css

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

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

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

border-color css

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

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

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