Html Css Color HEX #B47962 Medium Wood

📋 copy color: '#B47962'

red 180 ◦ green 121 ◦ blue 98

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

Shades of Medium Wood #B47962

Tints of Medium Wood #B47962

RGB

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

 GREEN value IS 121 (47.66% from 255) = 30.33%

 BLUE value IS 98 (38.67% from 255) = 24.56%

R = 45.11%
G = 30.33%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B47962 (or 0xB47962) is known color: Medium Wood. HEX triplet: B4, 79 and 62. RGB value is (180,121,98). Sum of RGB (Red+Green+Blue) = 180+121+98=399 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.11% from 399); Green value is 121 (47.66% from 255 or 30.33% from 399); Blue value is 98 (38.67% from 255 or 24.56% from 399); Max value from RGB is 180 - color contains mainly: red. Hex color #B47962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47962 is #4B869D. Grayscale: #888888. Windows color (decimal): -4949662 or 6453684. OLE color: 6453684.

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

Color convert

RGB 180 121 98 -
CMYK 0 0.33 0.46 0.29
HSL 16.83º 0.35% 0.55% -
HSV(B) 16.83º 0.46% 0.71% -
XYZ 27.86 24.26 14.77 -
YUV 136.02 106.55 159.37 -
System Red Green Blue C M Y K H S L
Decimal 180 121 98 0 0.33 0.46 0.29 16.83 0.35 0.55
Hex B4 79 62 0 21 2E 1D 11 23 37
Octal 264 171 142 0 41 56 35 21 43 67
Binary 10110100 1111001 1100010 0 100001 101110 11101 10001 100011 110111

Color Harmonies of #B47962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47962

Black with #B47962

Text Example


Text Example

White with #B47962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47962; }

 p { color: rgb(180,121,98); }

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

background-color css

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

 a { background-color: rgb(180,121,98); }

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

border-color css

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

 span { border-color: rgb(180,121,98); }

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