Html Css Color HEX #B28462 Medium Wood

📋 copy color: '#B28462'

red 178 ◦ green 132 ◦ blue 98

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

Shades of Medium Wood #B28462

Tints of Medium Wood #B28462

RGB

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

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

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

R = 43.63%
G = 32.35%
B = 24.02%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B28462 (or 0xB28462) is known color: Medium Wood. HEX triplet: B2, 84 and 62. RGB value is (178,132,98). Sum of RGB (Red+Green+Blue) = 178+132+98=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 132 (51.95% from 255 or 32.35% from 408); Blue value is 98 (38.67% from 255 or 24.02% from 408); Max value from RGB is 178 - color contains mainly: red. Hex color #B28462 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28462 is #4D7B9D. Grayscale: #8E8E8E. Windows color (decimal): -5077918 or 6456498. OLE color: 6456498.

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

Color convert

RGB 178 132 98 -
CMYK 0 0.26 0.45 0.30
HSL 25.5º 0.34% 0.54% -
HSV(B) 25.5º 0.45% 0.7% -
XYZ 28.82 26.85 15.22 -
YUV 141.88 103.24 153.76 -
System Red Green Blue C M Y K H S L
Decimal 178 132 98 0 0.26 0.45 0.30 25.5 0.34 0.54
Hex B2 84 62 0 1A 2D 1E 1A 22 36
Octal 262 204 142 0 32 55 36 32 42 66
Binary 10110010 10000100 1100010 0 11010 101101 11110 11010 100010 110110

Color Harmonies of #B28462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28462

Black with #B28462

Text Example


Text Example

White with #B28462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28462; }

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

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

background-color css

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

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

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

border-color css

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

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

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