Html Css Color HEX #B28362 Medium Wood

📋 copy color: '#B28362'

red 178 ◦ green 131 ◦ blue 98

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

Shades of Medium Wood #B28362

Tints of Medium Wood #B28362

RGB

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

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

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

R = 43.73%
G = 32.19%
B = 24.08%

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

#B28362 (or 0xB28362) is known color: Medium Wood. HEX triplet: B2, 83 and 62. RGB value is (178,131,98). Sum of RGB (Red+Green+Blue) = 178+131+98=407 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.73% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 98 (38.67% from 255 or 24.08% from 407); Max value from RGB is 178 - color contains mainly: red. Hex color #B28362 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28362 is #4D7C9D. Grayscale: #8D8D8D. Windows color (decimal): -5078174 or 6456242. OLE color: 6456242.

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

Color convert

RGB 178 131 98 -
CMYK 0 0.26 0.45 0.30
HSL 24.75º 0.34% 0.54% -
HSV(B) 24.75º 0.45% 0.7% -
XYZ 28.68 26.58 15.17 -
YUV 141.29 103.57 154.18 -
System Red Green Blue C M Y K H S L
Decimal 178 131 98 0 0.26 0.45 0.30 24.75 0.34 0.54
Hex B2 83 62 0 1A 2D 1E 19 22 36
Octal 262 203 142 0 32 55 36 31 42 66
Binary 10110010 10000011 1100010 0 11010 101101 11110 11001 100010 110110

Color Harmonies of #B28362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28362

Black with #B28362

Text Example


Text Example

White with #B28362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28362; }

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

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

background-color css

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

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

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

border-color css

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

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

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