Html Css Color HEX #B28368 Medium Wood

📋 copy color: '#B28368'

red 178 ◦ green 131 ◦ blue 104

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

Shades of Medium Wood #B28368

Tints of Medium Wood #B28368

RGB

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

 GREEN value IS 131 (51.56% from 255) = 31.72%

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

R = 43.1%
G = 31.72%
B = 25.18%

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

#B28368 (or 0xB28368) is known color: Medium Wood. HEX triplet: B2, 83 and 68. RGB value is (178,131,104). Sum of RGB (Red+Green+Blue) = 178+131+104=413 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.10% from 413); Green value is 131 (51.56% from 255 or 31.72% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 178 - color contains mainly: red. Hex color #B28368 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28368 is #4D7C97. Grayscale: #8E8E8E. Windows color (decimal): -5078168 or 6849458. OLE color: 6849458.

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

Color convert

RGB 178 131 104 -
CMYK 0 0.26 0.42 0.30
HSL 21.89º 0.32% 0.55% -
HSV(B) 21.89º 0.42% 0.7% -
XYZ 28.98 26.7 16.72 -
YUV 141.98 106.57 153.7 -
System Red Green Blue C M Y K H S L
Decimal 178 131 104 0 0.26 0.42 0.30 21.89 0.32 0.55
Hex B2 83 68 0 1A 2A 1E 16 20 37
Octal 262 203 150 0 32 52 36 26 40 67
Binary 10110010 10000011 1101000 0 11010 101010 11110 10110 100000 110111

Color Harmonies of #B28368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28368

Black with #B28368

Text Example


Text Example

White with #B28368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28368; }

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

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

background-color css

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

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

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

border-color css

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

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

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