Html Css Color HEX #BA7E4B Brandy Punch

📋 copy color: '#BA7E4B'

red 186 ◦ green 126 ◦ blue 75

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

Shades of Brandy Punch #BA7E4B

Tints of Brandy Punch #BA7E4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 19.38%

R = 48.06%
G = 32.56%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA7E4B (or 0xBA7E4B) is known color: Brandy Punch. HEX triplet: BA, 7E and 4B. RGB value is (186,126,75). Sum of RGB (Red+Green+Blue) = 186+126+75=387 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.06% from 387); Green value is 126 (49.61% from 255 or 32.56% from 387); Blue value is 75 (29.69% from 255 or 19.38% from 387); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7E4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7E4B is #4581B4. Grayscale: #8A8A8A. Windows color (decimal): -4555189 or 4947642. OLE color: 4947642.

HSL color Cylindrical-coordinate representation of color #BA7E4B: hue angle of 27.57º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA7E4B is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 126 75 -
CMYK 0 0.32 0.60 0.27
HSL 27.57º 0.45% 0.51% -
HSV(B) 27.57º 0.6% 0.73% -
XYZ 28.98 25.87 10.12 -
YUV 138.13 92.38 162.15 -
System Red Green Blue C M Y K H S L
Decimal 186 126 75 0 0.32 0.60 0.27 27.57 0.45 0.51
Hex BA 7E 4B 0 20 3C 1B 1C 2D 33
Octal 272 176 113 0 40 74 33 34 55 63
Binary 10111010 1111110 1001011 0 100000 111100 11011 11100 101101 110011

Color Harmonies of #BA7E4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7E4B

Black with #BA7E4B

Text Example


Text Example

White with #BA7E4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7E4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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