Html Css Color HEX #B28366 Medium Wood

📋 copy color: '#B28366'

red 178 ◦ green 131 ◦ blue 102

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

Shades of Medium Wood #B28366

Tints of Medium Wood #B28366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 24.82%

R = 43.31%
G = 31.87%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#B28366 (or 0xB28366) is known color: Medium Wood. HEX triplet: B2, 83 and 66. RGB value is (178,131,102). Sum of RGB (Red+Green+Blue) = 178+131+102=411 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.31% from 411); Green value is 131 (51.56% from 255 or 31.87% from 411); Blue value is 102 (40.23% from 255 or 24.82% from 411); Max value from RGB is 178 - color contains mainly: red. Hex color #B28366 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28366 is #4D7C99. Grayscale: #8D8D8D. Windows color (decimal): -5078170 or 6718386. OLE color: 6718386.

HSL color Cylindrical-coordinate representation of color #B28366: hue angle of 22.89º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #B28366 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 131 102 -
CMYK 0 0.26 0.43 0.30
HSL 22.89º 0.33% 0.55% -
HSV(B) 22.89º 0.43% 0.7% -
XYZ 28.87 26.66 16.19 -
YUV 141.75 105.57 153.86 -
System Red Green Blue C M Y K H S L
Decimal 178 131 102 0 0.26 0.43 0.30 22.89 0.33 0.55
Hex B2 83 66 0 1A 2B 1E 17 21 37
Octal 262 203 146 0 32 53 36 27 41 67
Binary 10110010 10000011 1100110 0 11010 101011 11110 10111 100001 110111

Color Harmonies of #B28366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28366

Black with #B28366

Text Example


Text Example

White with #B28366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28366; }

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

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

background-color css

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

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

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

border-color css

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

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

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