Html Css Color HEX #B47843 Brandy Punch

📋 copy color: '#B47843'

red 180 ◦ green 120 ◦ blue 67

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

Shades of Brandy Punch #B47843

Tints of Brandy Punch #B47843

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 67 (26.56% from 255) = 18.26%

R = 49.05%
G = 32.7%
B = 18.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.63

 K value IS 0.29

RGB Variations

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

Color information

#B47843 (or 0xB47843) is known color: Brandy Punch. HEX triplet: B4, 78 and 43. RGB value is (180,120,67). Sum of RGB (Red+Green+Blue) = 180+120+67=367 (48% of max value = 765). Red value is 180 (70.70% from 255 or 49.05% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 67 (26.56% from 255 or 18.26% from 367); Max value from RGB is 180 - color contains mainly: red. Hex color #B47843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B47843 is #4B87BC. Grayscale: #848484. Windows color (decimal): -4949949 or 4421812. OLE color: 4421812.

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

Color convert

RGB 180 120 67 -
CMYK 0 0.33 0.63 0.29
HSL 28.14º 0.46% 0.48% -
HSV(B) 28.14º 0.63% 0.71% -
XYZ 26.55 23.54 8.45 -
YUV 131.9 91.38 162.31 -
System Red Green Blue C M Y K H S L
Decimal 180 120 67 0 0.33 0.63 0.29 28.14 0.46 0.48
Hex B4 78 43 0 21 3F 1D 1C 2E 30
Octal 264 170 103 0 41 77 35 34 56 60
Binary 10110100 1111000 1000011 0 100001 111111 11101 11100 101110 110000

Color Harmonies of #B47843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B47843

Black with #B47843

Text Example


Text Example

White with #B47843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B47843; }

 p { color: rgb(180,120,67); }

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

background-color css

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

 a { background-color: rgb(180,120,67); }

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

border-color css

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

 span { border-color: rgb(180,120,67); }

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