Html Css Color HEX #BA7D3F Brandy Punch

📋 copy color: '#BA7D3F'

red 186 ◦ green 125 ◦ blue 63

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

Shades of Brandy Punch #BA7D3F

Tints of Brandy Punch #BA7D3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 16.84%

R = 49.73%
G = 33.42%
B = 16.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7D3F (or 0xBA7D3F) is known color: Brandy Punch. HEX triplet: BA, 7D and 3F. RGB value is (186,125,63). Sum of RGB (Red+Green+Blue) = 186+125+63=374 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.73% from 374); Green value is 125 (49.22% from 255 or 33.42% from 374); Blue value is 63 (25% from 255 or 16.84% from 374); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D3F is #4582C0. Grayscale: #888888. Windows color (decimal): -4555457 or 4160954. OLE color: 4160954.

HSL color Cylindrical-coordinate representation of color #BA7D3F: hue angle of 30.24º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BA7D3F is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 125 63 -
CMYK 0 0.33 0.66 0.27
HSL 30.24º 0.49% 0.49% -
HSV(B) 30.24º 0.66% 0.73% -
XYZ 28.48 25.47 8.12 -
YUV 136.17 86.71 163.54 -
System Red Green Blue C M Y K H S L
Decimal 186 125 63 0 0.33 0.66 0.27 30.24 0.49 0.49
Hex BA 7D 3F 0 21 42 1B 1E 31 31
Octal 272 175 77 0 41 102 33 36 61 61
Binary 10111010 1111101 111111 0 100001 1000010 11011 11110 110001 110001

Color Harmonies of #BA7D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D3F

Black with #BA7D3F

Text Example


Text Example

White with #BA7D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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