Html Css Color HEX #B48863 Medium Wood

📋 copy color: '#B48863'

red 180 ◦ green 136 ◦ blue 99

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

Shades of Medium Wood #B48863

Tints of Medium Wood #B48863

RGB

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

 GREEN value IS 136 (53.52% from 255) = 32.77%

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

R = 43.37%
G = 32.77%
B = 23.86%

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

#B48863 (or 0xB48863) is known color: Medium Wood. HEX triplet: B4, 88 and 63. RGB value is (180,136,99). Sum of RGB (Red+Green+Blue) = 180+136+99=415 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.37% from 415); Green value is 136 (53.52% from 255 or 32.77% from 415); Blue value is 99 (39.06% from 255 or 23.86% from 415); Max value from RGB is 180 - color contains mainly: red. Hex color #B48863 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48863 is #4B779C. Grayscale: #919191. Windows color (decimal): -4945821 or 6523060. OLE color: 6523060.

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

Color convert

RGB 180 136 99 -
CMYK 0 0.24 0.45 0.29
HSL 27.41º 0.35% 0.55% -
HSV(B) 27.41º 0.45% 0.71% -
XYZ 29.88 28.21 15.68 -
YUV 144.94 102.08 153.01 -
System Red Green Blue C M Y K H S L
Decimal 180 136 99 0 0.24 0.45 0.29 27.41 0.35 0.55
Hex B4 88 63 0 18 2D 1D 1B 23 37
Octal 264 210 143 0 30 55 35 33 43 67
Binary 10110100 10001000 1100011 0 11000 101101 11101 11011 100011 110111

Color Harmonies of #B48863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48863

Black with #B48863

Text Example


Text Example

White with #B48863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48863; }

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

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

background-color css

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

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

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

border-color css

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

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

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