Html Css Color HEX #B48768 Medium Wood

📋 copy color: '#B48768'

red 180 ◦ green 135 ◦ blue 104

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

Shades of Medium Wood #B48768

Tints of Medium Wood #B48768

RGB

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

 GREEN value IS 135 (53.13% from 255) = 32.22%

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

R = 42.96%
G = 32.22%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B48768 (or 0xB48768) is known color: Medium Wood. HEX triplet: B4, 87 and 68. RGB value is (180,135,104). Sum of RGB (Red+Green+Blue) = 180+135+104=419 (55% of max value = 765). Red value is 180 (70.70% from 255 or 42.96% from 419); Green value is 135 (53.12% from 255 or 32.22% from 419); Blue value is 104 (41.02% from 255 or 24.82% from 419); Max value from RGB is 180 - color contains mainly: red. Hex color #B48768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B48768 is #4B7897. Grayscale: #919191. Windows color (decimal): -4946072 or 6850484. OLE color: 6850484.

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

Color convert

RGB 180 135 104 -
CMYK 0 0.25 0.42 0.29
HSL 24.47º 0.34% 0.56% -
HSV(B) 24.47º 0.42% 0.71% -
XYZ 29.99 28.03 16.93 -
YUV 144.92 104.91 153.02 -
System Red Green Blue C M Y K H S L
Decimal 180 135 104 0 0.25 0.42 0.29 24.47 0.34 0.56
Hex B4 87 68 0 19 2A 1D 18 22 38
Octal 264 207 150 0 31 52 35 30 42 70
Binary 10110100 10000111 1101000 0 11001 101010 11101 11000 100010 111000

Color Harmonies of #B48768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B48768

Black with #B48768

Text Example


Text Example

White with #B48768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B48768; }

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

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

background-color css

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

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

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

border-color css

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

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

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