Html Css Color HEX #B47F68 Medium Wood

📋 copy color: '#B47F68'

red 180 ◦ green 127 ◦ blue 104

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

Shades of Medium Wood #B47F68

Tints of Medium Wood #B47F68

RGB

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

 GREEN value IS 127 (50% from 255) = 30.9%

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

R = 43.8%
G = 30.9%
B = 25.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B47F68 (or 0xB47F68) is known color: Medium Wood. HEX triplet: B4, 7F and 68. RGB value is (180,127,104). Sum of RGB (Red+Green+Blue) = 180+127+104=411 (54% of max value = 765). Red value is 180 (70.70% from 255 or 43.80% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 104 (41.02% from 255 or 25.30% from 411); Max value from RGB is 180 - color contains mainly: red. Hex color #B47F68 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47F68 is #4B8097. Grayscale: #8C8C8C. Windows color (decimal): -4948120 or 6848436. OLE color: 6848436.

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

Color convert

RGB 180 127 104 -
CMYK 0 0.29 0.42 0.29
HSL 18.16º 0.34% 0.56% -
HSV(B) 18.16º 0.42% 0.71% -
XYZ 28.91 25.88 16.57 -
YUV 140.23 107.56 156.37 -
System Red Green Blue C M Y K H S L
Decimal 180 127 104 0 0.29 0.42 0.29 18.16 0.34 0.56
Hex B4 7F 68 0 1D 2A 1D 12 22 38
Octal 264 177 150 0 35 52 35 22 42 70
Binary 10110100 1111111 1101000 0 11101 101010 11101 10010 100010 111000

Color Harmonies of #B47F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47F68

Black with #B47F68

Text Example


Text Example

White with #B47F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47F68; }

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

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

background-color css

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

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

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

border-color css

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

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

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