Html Css Color HEX #BA7D4B Brandy Punch

📋 copy color: '#BA7D4B'

red 186 ◦ green 125 ◦ blue 75

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

Shades of Brandy Punch #BA7D4B

Tints of Brandy Punch #BA7D4B

RGB

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

 GREEN value IS 125 (49.22% from 255) = 32.38%

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

R = 48.19%
G = 32.38%
B = 19.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA7D4B (or 0xBA7D4B) is known color: Brandy Punch. HEX triplet: BA, 7D and 4B. RGB value is (186,125,75). Sum of RGB (Red+Green+Blue) = 186+125+75=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 125 (49.22% from 255 or 32.38% from 386); Blue value is 75 (29.69% from 255 or 19.43% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D4B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D4B is #4582B4. Grayscale: #898989. Windows color (decimal): -4555445 or 4947386. OLE color: 4947386.

HSL color Cylindrical-coordinate representation of color #BA7D4B: hue angle of 27.03º 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 #BA7D4B is Cyan = 0, Magento = 0.33, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 75 -
CMYK 0 0.33 0.60 0.27
HSL 27.03º 0.45% 0.51% -
HSV(B) 27.03º 0.6% 0.73% -
XYZ 28.85 25.61 10.08 -
YUV 137.54 92.71 162.57 -
System Red Green Blue C M Y K H S L
Decimal 186 125 75 0 0.33 0.60 0.27 27.03 0.45 0.51
Hex BA 7D 4B 0 21 3C 1B 1B 2D 33
Octal 272 175 113 0 41 74 33 33 55 63
Binary 10111010 1111101 1001011 0 100001 111100 11011 11011 101101 110011

Color Harmonies of #BA7D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D4B

Black with #BA7D4B

Text Example


Text Example

White with #BA7D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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