Html Css Color HEX #BA7E43 Brandy Punch

📋 copy color: '#BA7E43'

red 186 ◦ green 126 ◦ blue 67

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

Shades of Brandy Punch #BA7E43

Tints of Brandy Punch #BA7E43

RGB

 RED value IS 186 (73.05% from 255) = 49.08%

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

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

R = 49.08%
G = 33.25%
B = 17.68%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA7E43 (or 0xBA7E43) is known color: Brandy Punch. HEX triplet: BA, 7E and 43. RGB value is (186,126,67). Sum of RGB (Red+Green+Blue) = 186+126+67=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 67 (26.56% from 255 or 17.68% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E43 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E43 is #4581BC. Grayscale: #898989. Windows color (decimal): -4555197 or 4423354. OLE color: 4423354.

HSL color Cylindrical-coordinate representation of color #BA7E43: hue angle of 29.75º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BA7E43 is Cyan = 0, Magento = 0.32, Yellow = 0.64 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 67 -
CMYK 0 0.32 0.64 0.27
HSL 29.75º 0.47% 0.5% -
HSV(B) 29.75º 0.64% 0.73% -
XYZ 28.72 25.77 8.77 -
YUV 137.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 186 126 67 0 0.32 0.64 0.27 29.75 0.47 0.5
Hex BA 7E 43 0 20 40 1B 1E 2F 32
Octal 272 176 103 0 40 100 33 36 57 62
Binary 10111010 1111110 1000011 0 100000 1000000 11011 11110 101111 110010

Color Harmonies of #BA7E43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E43

Black with #BA7E43

Text Example


Text Example

White with #BA7E43

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E43; }

 p { color: rgb(186,126,67); }

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

background-color css

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

 a { background-color: rgb(186,126,67); }

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

border-color css

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

 span { border-color: rgb(186,126,67); }

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