Html Css Color HEX #B47B5D Medium Wood

📋 copy color: '#B47B5D'

red 180 ◦ green 123 ◦ blue 93

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

Shades of Medium Wood #B47B5D

Tints of Medium Wood #B47B5D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.06%

 BLUE value IS 93 (36.72% from 255) = 23.48%

R = 45.45%
G = 31.06%
B = 23.48%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B47B5D (or 0xB47B5D) is known color: Medium Wood. HEX triplet: B4, 7B and 5D. RGB value is (180,123,93). Sum of RGB (Red+Green+Blue) = 180+123+93=396 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.45% from 396); Green value is 123 (48.44% from 255 or 31.06% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 180 - color contains mainly: red. Hex color #B47B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47B5D is #4B84A2. Grayscale: #888888. Windows color (decimal): -4949155 or 6126516. OLE color: 6126516.

HSL color Cylindrical-coordinate representation of color #B47B5D: hue angle of 20.69º degrees, saturation: 0.37, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #B47B5D is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 123 93 -
CMYK 0 0.32 0.48 0.29
HSL 20.69º 0.37% 0.54% -
HSV(B) 20.69º 0.48% 0.71% -
XYZ 27.88 24.66 13.65 -
YUV 136.62 103.38 158.94 -
System Red Green Blue C M Y K H S L
Decimal 180 123 93 0 0.32 0.48 0.29 20.69 0.37 0.54
Hex B4 7B 5D 0 20 30 1D 15 25 36
Octal 264 173 135 0 40 60 35 25 45 66
Binary 10110100 1111011 1011101 0 100000 110000 11101 10101 100101 110110

Color Harmonies of #B47B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47B5D

Black with #B47B5D

Text Example


Text Example

White with #B47B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47B5D; }

 p { color: rgb(180,123,93); }

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

background-color css

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

 a { background-color: rgb(180,123,93); }

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

border-color css

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

 span { border-color: rgb(180,123,93); }

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