Html Css Color HEX #B88263 Medium Wood

📋 copy color: '#B88263'

red 184 ◦ green 130 ◦ blue 99

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

Shades of Medium Wood #B88263

Tints of Medium Wood #B88263

RGB

 RED value IS 184 (72.27% from 255) = 44.55%

 GREEN value IS 130 (51.17% from 255) = 31.48%

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

R = 44.55%
G = 31.48%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B88263 (or 0xB88263) is known color: Medium Wood. HEX triplet: B8, 82 and 63. RGB value is (184,130,99). Sum of RGB (Red+Green+Blue) = 184+130+99=413 (54% of max value = 765). Red value is 184 (72.27% from 255 or 44.55% from 413); Green value is 130 (51.17% from 255 or 31.48% from 413); Blue value is 99 (39.06% from 255 or 23.97% from 413); Max value from RGB is 184 - color contains mainly: red. Hex color #B88263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88263 is #477D9C. Grayscale: #8E8E8E. Windows color (decimal): -4685213 or 6521528. OLE color: 6521528.

HSL color Cylindrical-coordinate representation of color #B88263: hue angle of 21.88º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #B88263 is Cyan = 0, Magento = 0.29, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 130 99 -
CMYK 0 0.29 0.46 0.28
HSL 21.88º 0.37% 0.55% -
HSV(B) 21.88º 0.46% 0.72% -
XYZ 30 27.06 15.45 -
YUV 142.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 184 130 99 0 0.29 0.46 0.28 21.88 0.37 0.55
Hex B8 82 63 0 1D 2E 1C 16 25 37
Octal 270 202 143 0 35 56 34 26 45 67
Binary 10111000 10000010 1100011 0 11101 101110 11100 10110 100101 110111

Color Harmonies of #B88263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88263

Black with #B88263

Text Example


Text Example

White with #B88263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88263; }

 p { color: rgb(184,130,99); }

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

background-color css

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

 a { background-color: rgb(184,130,99); }

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

border-color css

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

 span { border-color: rgb(184,130,99); }

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