Html Css Color HEX #B47E41 Brandy Punch

📋 copy color: '#B47E41'

red 180 ◦ green 126 ◦ blue 65

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

Shades of Brandy Punch #B47E41

Tints of Brandy Punch #B47E41

RGB

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

 GREEN value IS 126 (49.61% from 255) = 33.96%

 BLUE value IS 65 (25.78% from 255) = 17.52%

R = 48.52%
G = 33.96%
B = 17.52%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.64

 K value IS 0.29

RGB Variations

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

Color information

#B47E41 (or 0xB47E41) is known color: Brandy Punch. HEX triplet: B4, 7E and 41. RGB value is (180,126,65). Sum of RGB (Red+Green+Blue) = 180+126+65=371 (49% of max value = 765). Red value is 180 (70.70% from 255 or 48.52% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 65 (25.78% from 255 or 17.52% from 371); Max value from RGB is 180 - color contains mainly: red. Hex color #B47E41 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47E41 is #4B81BE. Grayscale: #878787. Windows color (decimal): -4948415 or 4292276. OLE color: 4292276.

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

Color convert

RGB 180 126 65 -
CMYK 0 0.3 0.64 0.29
HSL 31.83º 0.47% 0.48% -
HSV(B) 31.83º 0.64% 0.71% -
XYZ 27.24 25.01 8.39 -
YUV 135.19 88.39 159.96 -
System Red Green Blue C M Y K H S L
Decimal 180 126 65 0 0.3 0.64 0.29 31.83 0.47 0.48
Hex B4 7E 41 0 1E 40 1D 20 2F 30
Octal 264 176 101 0 36 100 35 40 57 60
Binary 10110100 1111110 1000001 0 11110 1000000 11101 100000 101111 110000

Color Harmonies of #B47E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47E41

Black with #B47E41

Text Example


Text Example

White with #B47E41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47E41; }

 p { color: rgb(180,126,65); }

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

background-color css

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

 a { background-color: rgb(180,126,65); }

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

border-color css

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

 span { border-color: rgb(180,126,65); }

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