Html Css Color HEX #B47C67 Medium Wood

📋 copy color: '#B47C67'

red 180 ◦ green 124 ◦ blue 103

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

Shades of Medium Wood #B47C67

Tints of Medium Wood #B47C67

RGB

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

 GREEN value IS 124 (48.83% from 255) = 30.47%

 BLUE value IS 103 (40.63% from 255) = 25.31%

R = 44.23%
G = 30.47%
B = 25.31%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.43

 K value IS 0.29

RGB Variations

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

Color information

#B47C67 (or 0xB47C67) is known color: Medium Wood. HEX triplet: B4, 7C and 67. RGB value is (180,124,103). Sum of RGB (Red+Green+Blue) = 180+124+103=407 (53% of max value = 765). Red value is 180 (70.70% from 255 or 44.23% from 407); Green value is 124 (48.83% from 255 or 30.47% from 407); Blue value is 103 (40.62% from 255 or 25.31% from 407); Max value from RGB is 180 - color contains mainly: red. Hex color #B47C67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47C67 is #4B8398. Grayscale: #8A8A8A. Windows color (decimal): -4948889 or 6782132. OLE color: 6782132.

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

Color convert

RGB 180 124 103 -
CMYK 0 0.31 0.43 0.29
HSL 16.36º 0.34% 0.55% -
HSV(B) 16.36º 0.43% 0.71% -
XYZ 28.48 25.1 16.18 -
YUV 138.35 108.05 157.71 -
System Red Green Blue C M Y K H S L
Decimal 180 124 103 0 0.31 0.43 0.29 16.36 0.34 0.55
Hex B4 7C 67 0 1F 2B 1D 10 22 37
Octal 264 174 147 0 37 53 35 20 42 67
Binary 10110100 1111100 1100111 0 11111 101011 11101 10000 100010 110111

Color Harmonies of #B47C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47C67

Black with #B47C67

Text Example


Text Example

White with #B47C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47C67; }

 p { color: rgb(180,124,103); }

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

background-color css

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

 a { background-color: rgb(180,124,103); }

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

border-color css

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

 span { border-color: rgb(180,124,103); }

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