Html Css Color HEX #B48963 Medium Wood

📋 copy color: '#B48963'

red 180 ◦ green 137 ◦ blue 99

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

Shades of Medium Wood #B48963

Tints of Medium Wood #B48963

RGB

 RED value IS 180 (70.7% from 255) = 43.27%

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

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

R = 43.27%
G = 32.93%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#B48963 (or 0xB48963) is known color: Medium Wood. HEX triplet: B4, 89 and 63. RGB value is (180,137,99). Sum of RGB (Red+Green+Blue) = 180+137+99=416 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.27% from 416); Green value is 137 (53.91% from 255 or 32.93% from 416); Blue value is 99 (39.06% from 255 or 23.80% from 416); Max value from RGB is 180 - color contains mainly: red. Hex color #B48963 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48963 is #4B769C. Grayscale: #919191. Windows color (decimal): -4945565 or 6523316. OLE color: 6523316.

HSL color Cylindrical-coordinate representation of color #B48963: hue angle of 28.15º degrees, saturation: 0.35, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B48963 is Cyan = 0, Magento = 0.24, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 137 99 -
CMYK 0 0.24 0.45 0.29
HSL 28.15º 0.35% 0.55% -
HSV(B) 28.15º 0.45% 0.71% -
XYZ 30.02 28.5 15.72 -
YUV 145.53 101.75 152.59 -
System Red Green Blue C M Y K H S L
Decimal 180 137 99 0 0.24 0.45 0.29 28.15 0.35 0.55
Hex B4 89 63 0 18 2D 1D 1C 23 37
Octal 264 211 143 0 30 55 35 34 43 67
Binary 10110100 10001001 1100011 0 11000 101101 11101 11100 100011 110111

Color Harmonies of #B48963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48963

Black with #B48963

Text Example


Text Example

White with #B48963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48963; }

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

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

background-color css

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

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

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

border-color css

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

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

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