Html Css Color HEX #B28468 Medium Wood

📋 copy color: '#B28468'

red 178 ◦ green 132 ◦ blue 104

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

Shades of Medium Wood #B28468

Tints of Medium Wood #B28468

RGB

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

 GREEN value IS 132 (51.95% from 255) = 31.88%

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

R = 43%
G = 31.88%
B = 25.12%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.42

 K value IS 0.30

RGB Variations

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

Color information

#B28468 (or 0xB28468) is known color: Medium Wood. HEX triplet: B2, 84 and 68. RGB value is (178,132,104). Sum of RGB (Red+Green+Blue) = 178+132+104=414 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.00% from 414); Green value is 132 (51.95% from 255 or 31.88% from 414); Blue value is 104 (41.02% from 255 or 25.12% from 414); Max value from RGB is 178 - color contains mainly: red. Hex color #B28468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28468 is #4D7B97. Grayscale: #8E8E8E. Windows color (decimal): -5077912 or 6849714. OLE color: 6849714.

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

Color convert

RGB 178 132 104 -
CMYK 0 0.26 0.42 0.30
HSL 22.7º 0.32% 0.55% -
HSV(B) 22.7º 0.42% 0.7% -
XYZ 29.11 26.97 16.77 -
YUV 142.56 106.24 153.28 -
System Red Green Blue C M Y K H S L
Decimal 178 132 104 0 0.26 0.42 0.30 22.7 0.32 0.55
Hex B2 84 68 0 1A 2A 1E 17 20 37
Octal 262 204 150 0 32 52 36 27 40 67
Binary 10110010 10000100 1101000 0 11010 101010 11110 10111 100000 110111

Color Harmonies of #B28468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28468

Black with #B28468

Text Example


Text Example

White with #B28468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28468; }

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

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

background-color css

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

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

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

border-color css

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

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

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