Html Css Color HEX #B38963 Medium Wood

📋 copy color: '#B38963'

red 179 ◦ green 137 ◦ blue 99

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

Shades of Medium Wood #B38963

Tints of Medium Wood #B38963

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.01%

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

R = 43.13%
G = 33.01%
B = 23.86%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#B38963 (or 0xB38963) is known color: Medium Wood. HEX triplet: B3, 89 and 63. RGB value is (179,137,99). Sum of RGB (Red+Green+Blue) = 179+137+99=415 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.13% from 415); Green value is 137 (53.91% from 255 or 33.01% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 179 - color contains mainly: red. Hex color #B38963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B38963 is #4C769C. Grayscale: #919191. Windows color (decimal): -5011101 or 6523315. OLE color: 6523315.

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

Color convert

RGB 179 137 99 -
CMYK 0 0.23 0.45 0.30
HSL 28.5º 0.34% 0.55% -
HSV(B) 28.5º 0.45% 0.7% -
XYZ 29.79 28.38 15.71 -
YUV 145.23 101.91 152.09 -
System Red Green Blue C M Y K H S L
Decimal 179 137 99 0 0.23 0.45 0.30 28.5 0.34 0.55
Hex B3 89 63 0 17 2D 1E 1C 22 37
Octal 263 211 143 0 27 55 36 34 42 67
Binary 10110011 10001001 1100011 0 10111 101101 11110 11100 100010 110111

Color Harmonies of #B38963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B38963

Black with #B38963

Text Example


Text Example

White with #B38963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B38963; }

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

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

background-color css

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

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

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

border-color css

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

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

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