Html Css Color HEX #B48360 Medium Wood

📋 copy color: '#B48360'

red 180 ◦ green 131 ◦ blue 96

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

Shades of Medium Wood #B48360

Tints of Medium Wood #B48360

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 23.59%

R = 44.23%
G = 32.19%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B48360 (or 0xB48360) is known color: Medium Wood. HEX triplet: B4, 83 and 60. RGB value is (180,131,96). Sum of RGB (Red+Green+Blue) = 180+131+96=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 96 (37.89% from 255 or 23.59% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B48360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48360 is #4B7C9F. Grayscale: #8D8D8D. Windows color (decimal): -4947104 or 6325172. OLE color: 6325172.

HSL color Cylindrical-coordinate representation of color #B48360: hue angle of 25º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #B48360 is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 131 96 -
CMYK 0 0.27 0.47 0.29
HSL 25º 0.36% 0.54% -
HSV(B) 25º 0.47% 0.71% -
XYZ 29.05 26.78 14.7 -
YUV 141.66 102.23 155.35 -
System Red Green Blue C M Y K H S L
Decimal 180 131 96 0 0.27 0.47 0.29 25 0.36 0.54
Hex B4 83 60 0 1B 2F 1D 19 24 36
Octal 264 203 140 0 33 57 35 31 44 66
Binary 10110100 10000011 1100000 0 11011 101111 11101 11001 100100 110110

Color Harmonies of #B48360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48360

Black with #B48360

Text Example


Text Example

White with #B48360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48360; }

 p { color: rgb(180,131,96); }

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

background-color css

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

 a { background-color: rgb(180,131,96); }

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

border-color css

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

 span { border-color: rgb(180,131,96); }

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