Html Css Color HEX #B48865 Medium Wood

📋 copy color: '#B48865'

red 180 ◦ green 136 ◦ blue 101

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

Shades of Medium Wood #B48865

Tints of Medium Wood #B48865

RGB

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

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

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

R = 43.17%
G = 32.61%
B = 24.22%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B48865 (or 0xB48865) is known color: Medium Wood. HEX triplet: B4, 88 and 65. RGB value is (180,136,101). Sum of RGB (Red+Green+Blue) = 180+136+101=417 (55% of max value = 765). Red value is 180 (70.70% from 255 or 43.17% from 417); Green value is 136 (53.52% from 255 or 32.61% from 417); Blue value is 101 (39.84% from 255 or 24.22% from 417); Max value from RGB is 180 - color contains mainly: red. Hex color #B48865 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48865 is #4B779A. Grayscale: #919191. Windows color (decimal): -4945819 or 6654132. OLE color: 6654132.

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

Color convert

RGB 180 136 101 -
CMYK 0 0.24 0.44 0.29
HSL 26.58º 0.34% 0.55% -
HSV(B) 26.58º 0.44% 0.71% -
XYZ 29.98 28.25 16.19 -
YUV 145.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 180 136 101 0 0.24 0.44 0.29 26.58 0.34 0.55
Hex B4 88 65 0 18 2C 1D 1B 22 37
Octal 264 210 145 0 30 54 35 33 42 67
Binary 10110100 10001000 1100101 0 11000 101100 11101 11011 100010 110111

Color Harmonies of #B48865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48865

Black with #B48865

Text Example


Text Example

White with #B48865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48865; }

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

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

background-color css

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

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

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

border-color css

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

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

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