Html Css Color HEX #B28268 Medium Wood

📋 copy color: '#B28268'

red 178 ◦ green 130 ◦ blue 104

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

Shades of Medium Wood #B28268

Tints of Medium Wood #B28268

RGB

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

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

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

R = 43.2%
G = 31.55%
B = 25.24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28268 (or 0xB28268) is known color: Medium Wood. HEX triplet: B2, 82 and 68. RGB value is (178,130,104). Sum of RGB (Red+Green+Blue) = 178+130+104=412 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.20% from 412); Green value is 130 (51.17% from 255 or 31.55% from 412); Blue value is 104 (41.02% from 255 or 25.24% from 412); Max value from RGB is 178 - color contains mainly: red. Hex color #B28268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28268 is #4D7D97. Grayscale: #8D8D8D. Windows color (decimal): -5078424 or 6849202. OLE color: 6849202.

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

Color convert

RGB 178 130 104 -
CMYK 0 0.27 0.42 0.30
HSL 21.08º 0.32% 0.55% -
HSV(B) 21.08º 0.42% 0.7% -
XYZ 28.84 26.43 16.68 -
YUV 141.39 106.9 154.11 -
System Red Green Blue C M Y K H S L
Decimal 178 130 104 0 0.27 0.42 0.30 21.08 0.32 0.55
Hex B2 82 68 0 1B 2A 1E 15 20 37
Octal 262 202 150 0 33 52 36 25 40 67
Binary 10110010 10000010 1101000 0 11011 101010 11110 10101 100000 110111

Color Harmonies of #B28268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28268

Black with #B28268

Text Example


Text Example

White with #B28268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28268; }

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

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

background-color css

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

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

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

border-color css

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

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

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