Html Css Color HEX #B28163 Medium Wood

📋 copy color: '#B28163'

red 178 ◦ green 129 ◦ blue 99

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

Shades of Medium Wood #B28163

Tints of Medium Wood #B28163

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.77%

 BLUE value IS 99 (39.06% from 255) = 24.38%

R = 43.84%
G = 31.77%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.30

RGB Variations

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

Color information

#B28163 (or 0xB28163) is known color: Medium Wood. HEX triplet: B2, 81 and 63. RGB value is (178,129,99). Sum of RGB (Red+Green+Blue) = 178+129+99=406 (53% of max value = 765). Red value is 178 (69.92% from 255 or 43.84% from 406); Green value is 129 (50.78% from 255 or 31.77% from 406); Blue value is 99 (39.06% from 255 or 24.38% from 406); Max value from RGB is 178 - color contains mainly: red. Hex color #B28163 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B28163 is #4D7E9C. Grayscale: #8C8C8C. Windows color (decimal): -5078685 or 6521266. OLE color: 6521266.

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

Color convert

RGB 178 129 99 -
CMYK 0 0.28 0.44 0.30
HSL 22.78º 0.34% 0.54% -
HSV(B) 22.78º 0.44% 0.7% -
XYZ 28.46 26.07 15.34 -
YUV 140.23 104.73 154.94 -
System Red Green Blue C M Y K H S L
Decimal 178 129 99 0 0.28 0.44 0.30 22.78 0.34 0.54
Hex B2 81 63 0 1C 2C 1E 17 22 36
Octal 262 201 143 0 34 54 36 27 42 66
Binary 10110010 10000001 1100011 0 11100 101100 11110 10111 100010 110110

Color Harmonies of #B28163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B28163

Black with #B28163

Text Example


Text Example

White with #B28163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B28163; }

 p { color: rgb(178,129,99); }

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

background-color css

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

 a { background-color: rgb(178,129,99); }

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

border-color css

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

 span { border-color: rgb(178,129,99); }

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