Html Css Color HEX #B47A4D Brandy Punch

📋 copy color: '#B47A4D'

red 180 ◦ green 122 ◦ blue 77

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

Shades of Brandy Punch #B47A4D

Tints of Brandy Punch #B47A4D

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.19%

 BLUE value IS 77 (30.47% from 255) = 20.32%

R = 47.49%
G = 32.19%
B = 20.32%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B47A4D (or 0xB47A4D) is known color: Brandy Punch. HEX triplet: B4, 7A and 4D. RGB value is (180,122,77). Sum of RGB (Red+Green+Blue) = 180+122+77=379 (50% of max value = 765). Red value is 180 (70.70% from 255 or 47.49% from 379); Green value is 122 (48.05% from 255 or 32.19% from 379); Blue value is 77 (30.47% from 255 or 20.32% from 379); Max value from RGB is 180 - color contains mainly: red. Hex color #B47A4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B47A4D is #4B85B2. Grayscale: #868686. Windows color (decimal): -4949427 or 5077684. OLE color: 5077684.

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

Color convert

RGB 180 122 77 -
CMYK 0 0.32 0.57 0.29
HSL 26.21º 0.41% 0.5% -
HSV(B) 26.21º 0.57% 0.71% -
XYZ 27.12 24.16 10.25 -
YUV 134.21 95.72 160.66 -
System Red Green Blue C M Y K H S L
Decimal 180 122 77 0 0.32 0.57 0.29 26.21 0.41 0.5
Hex B4 7A 4D 0 20 39 1D 1A 29 32
Octal 264 172 115 0 40 71 35 32 51 62
Binary 10110100 1111010 1001101 0 100000 111001 11101 11010 101001 110010

Color Harmonies of #B47A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47A4D

Black with #B47A4D

Text Example


Text Example

White with #B47A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47A4D; }

 p { color: rgb(180,122,77); }

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

background-color css

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

 a { background-color: rgb(180,122,77); }

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

border-color css

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

 span { border-color: rgb(180,122,77); }

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