Html Css Color HEX #B47D4A Brandy Punch

📋 copy color: '#B47D4A'

red 180 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #B47D4A

Tints of Brandy Punch #B47D4A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.98%

 BLUE value IS 74 (29.3% from 255) = 19.53%

R = 47.49%
G = 32.98%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B47D4A (or 0xB47D4A) is known color: Brandy Punch. HEX triplet: B4, 7D and 4A. RGB value is (180,125,74). Sum of RGB (Red+Green+Blue) = 180+125+74=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 74 (29.30% from 255 or 19.53% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47D4A is #4B82B5. Grayscale: #878787. Windows color (decimal): -4948662 or 4881844. OLE color: 4881844.

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

Color convert

RGB 180 125 74 -
CMYK 0 0.31 0.59 0.29
HSL 28.87º 0.42% 0.5% -
HSV(B) 28.87º 0.59% 0.71% -
XYZ 27.39 24.86 9.83 -
YUV 135.63 93.22 159.65 -
System Red Green Blue C M Y K H S L
Decimal 180 125 74 0 0.31 0.59 0.29 28.87 0.42 0.5
Hex B4 7D 4A 0 1F 3B 1D 1D 2A 32
Octal 264 175 112 0 37 73 35 35 52 62
Binary 10110100 1111101 1001010 0 11111 111011 11101 11101 101010 110010

Color Harmonies of #B47D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47D4A

Black with #B47D4A

Text Example


Text Example

White with #B47D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47D4A; }

 p { color: rgb(180,125,74); }

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

background-color css

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

 a { background-color: rgb(180,125,74); }

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

border-color css

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

 span { border-color: rgb(180,125,74); }

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