Html Css Color HEX #B38363 Medium Wood

📋 copy color: '#B38363'

red 179 ◦ green 131 ◦ blue 99

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

Shades of Medium Wood #B38363

Tints of Medium Wood #B38363

RGB

 RED value IS 179 (70.31% from 255) = 43.77%

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

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

R = 43.77%
G = 32.03%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B38363 (or 0xB38363) is known color: Medium Wood. HEX triplet: B3, 83 and 63. RGB value is (179,131,99). Sum of RGB (Red+Green+Blue) = 179+131+99=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 131 (51.56% from 255 or 32.03% from 409); Blue value is 99 (39.06% from 255 or 24.21% from 409); Max value from RGB is 179 - color contains mainly: red. Hex color #B38363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38363 is #4C7C9C. Grayscale: #8D8D8D. Windows color (decimal): -5012637 or 6521779. OLE color: 6521779.

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

Color convert

RGB 179 131 99 -
CMYK 0 0.27 0.45 0.30
HSL 24º 0.34% 0.55% -
HSV(B) 24º 0.45% 0.7% -
XYZ 28.96 26.72 15.44 -
YUV 141.7 103.9 154.6 -
System Red Green Blue C M Y K H S L
Decimal 179 131 99 0 0.27 0.45 0.30 24 0.34 0.55
Hex B3 83 63 0 1B 2D 1E 18 22 37
Octal 263 203 143 0 33 55 36 30 42 67
Binary 10110011 10000011 1100011 0 11011 101101 11110 11000 100010 110111

Color Harmonies of #B38363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38363

Black with #B38363

Text Example


Text Example

White with #B38363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38363; }

 p { color: rgb(179,131,99); }

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

background-color css

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

 a { background-color: rgb(179,131,99); }

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

border-color css

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

 span { border-color: rgb(179,131,99); }

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