Html Css Color HEX #B28562 Medium Wood

📋 copy color: '#B28562'

red 178 ◦ green 133 ◦ blue 98

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

Shades of Medium Wood #B28562

Tints of Medium Wood #B28562

RGB

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

 GREEN value IS 133 (52.34% from 255) = 32.52%

 BLUE value IS 98 (38.67% from 255) = 23.96%

R = 43.52%
G = 32.52%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B28562 (or 0xB28562) is known color: Medium Wood. HEX triplet: B2, 85 and 62. RGB value is (178,133,98). Sum of RGB (Red+Green+Blue) = 178+133+98=409 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.52% from 409); Green value is 133 (52.34% from 255 or 32.52% from 409); Blue value is 98 (38.67% from 255 or 23.96% from 409); Max value from RGB is 178 - color contains mainly: red. Hex color #B28562 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28562 is #4D7A9D. Grayscale: #8E8E8E. Windows color (decimal): -5077662 or 6456754. OLE color: 6456754.

HSL color Cylindrical-coordinate representation of color #B28562: hue angle of 26.25º degrees, saturation: 0.34, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B28562 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 133 98 -
CMYK 0 0.25 0.45 0.30
HSL 26.25º 0.34% 0.54% -
HSV(B) 26.25º 0.45% 0.7% -
XYZ 28.95 27.12 15.26 -
YUV 142.47 102.91 153.35 -
System Red Green Blue C M Y K H S L
Decimal 178 133 98 0 0.25 0.45 0.30 26.25 0.34 0.54
Hex B2 85 62 0 19 2D 1E 1A 22 36
Octal 262 205 142 0 31 55 36 32 42 66
Binary 10110010 10000101 1100010 0 11001 101101 11110 11010 100010 110110

Color Harmonies of #B28562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28562

Black with #B28562

Text Example


Text Example

White with #B28562

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28562; }

 p { color: rgb(178,133,98); }

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

background-color css

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

 a { background-color: rgb(178,133,98); }

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

border-color css

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

 span { border-color: rgb(178,133,98); }

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