Html Css Color HEX #B48265 Medium Wood

📋 copy color: '#B48265'

red 180 ◦ green 130 ◦ blue 101

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

Shades of Medium Wood #B48265

Tints of Medium Wood #B48265

RGB

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

 GREEN value IS 130 (51.17% from 255) = 31.63%

 BLUE value IS 101 (39.84% from 255) = 24.57%

R = 43.8%
G = 31.63%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B48265 (or 0xB48265) is known color: Medium Wood. HEX triplet: B4, 82 and 65. RGB value is (180,130,101). Sum of RGB (Red+Green+Blue) = 180+130+101=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 130 (51.17% from 255 or 31.63% from 411); Blue value is 101 (39.84% from 255 or 24.57% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B48265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48265 is #4B7D9A. Grayscale: #8D8D8D. Windows color (decimal): -4947355 or 6652596. OLE color: 6652596.

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

Color convert

RGB 180 130 101 -
CMYK 0 0.28 0.44 0.29
HSL 22.03º 0.34% 0.55% -
HSV(B) 22.03º 0.44% 0.71% -
XYZ 29.15 26.61 15.91 -
YUV 141.64 105.07 155.36 -
System Red Green Blue C M Y K H S L
Decimal 180 130 101 0 0.28 0.44 0.29 22.03 0.34 0.55
Hex B4 82 65 0 1C 2C 1D 16 22 37
Octal 264 202 145 0 34 54 35 26 42 67
Binary 10110100 10000010 1100101 0 11100 101100 11101 10110 100010 110111

Color Harmonies of #B48265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48265

Black with #B48265

Text Example


Text Example

White with #B48265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48265; }

 p { color: rgb(180,130,101); }

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

background-color css

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

 a { background-color: rgb(180,130,101); }

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

border-color css

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

 span { border-color: rgb(180,130,101); }

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