Html Css Color HEX #B48168 Medium Wood

📋 copy color: '#B48168'

red 180 ◦ green 129 ◦ blue 104

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

Shades of Medium Wood #B48168

Tints of Medium Wood #B48168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 31.23%

 BLUE value IS 104 (41.02% from 255) = 25.18%

R = 43.58%
G = 31.23%
B = 25.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B48168 (or 0xB48168) is known color: Medium Wood. HEX triplet: B4, 81 and 68. RGB value is (180,129,104). Sum of RGB (Red+Green+Blue) = 180+129+104=413 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.58% from 413); Green value is 129 (50.78% from 255 or 31.23% from 413); Blue value is 104 (41.02% from 255 or 25.18% from 413); Max value from RGB is 180 - color contains mainly: red. Hex color #B48168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48168 is #4B7E97. Grayscale: #8D8D8D. Windows color (decimal): -4947608 or 6848948. OLE color: 6848948.

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

Color convert

RGB 180 129 104 -
CMYK 0 0.28 0.42 0.29
HSL 19.74º 0.34% 0.56% -
HSV(B) 19.74º 0.42% 0.71% -
XYZ 29.17 26.4 16.66 -
YUV 141.4 106.9 155.53 -
System Red Green Blue C M Y K H S L
Decimal 180 129 104 0 0.28 0.42 0.29 19.74 0.34 0.56
Hex B4 81 68 0 1C 2A 1D 14 22 38
Octal 264 201 150 0 34 52 35 24 42 70
Binary 10110100 10000001 1101000 0 11100 101010 11101 10100 100010 111000

Color Harmonies of #B48168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48168

Black with #B48168

Text Example


Text Example

White with #B48168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48168; }

 p { color: rgb(180,129,104); }

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

background-color css

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

 a { background-color: rgb(180,129,104); }

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

border-color css

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

 span { border-color: rgb(180,129,104); }

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