Html Css Color HEX #BA7A3E Brandy Punch

📋 copy color: '#BA7A3E'

red 186 ◦ green 122 ◦ blue 62

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

Shades of Brandy Punch #BA7A3E

Tints of Brandy Punch #BA7A3E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 32.97%

 BLUE value IS 62 (24.61% from 255) = 16.76%

R = 50.27%
G = 32.97%
B = 16.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.27

RGB Variations

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

Color information

#BA7A3E (or 0xBA7A3E) is known color: Brandy Punch. HEX triplet: BA, 7A and 3E. RGB value is (186,122,62). Sum of RGB (Red+Green+Blue) = 186+122+62=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 122 (48.05% from 255 or 32.97% from 370); Blue value is 62 (24.61% from 255 or 16.76% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7A3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7A3E is #4585C1. Grayscale: #868686. Windows color (decimal): -4556226 or 4094650. OLE color: 4094650.

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

Color convert

RGB 186 122 62 -
CMYK 0 0.34 0.67 0.27
HSL 29.03º 0.5% 0.49% -
HSV(B) 29.03º 0.67% 0.73% -
XYZ 28.08 24.71 7.85 -
YUV 134.3 87.2 164.88 -
System Red Green Blue C M Y K H S L
Decimal 186 122 62 0 0.34 0.67 0.27 29.03 0.5 0.49
Hex BA 7A 3E 0 22 43 1B 1D 32 31
Octal 272 172 76 0 42 103 33 35 62 61
Binary 10111010 1111010 111110 0 100010 1000011 11011 11101 110010 110001

Color Harmonies of #BA7A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7A3E

Black with #BA7A3E

Text Example


Text Example

White with #BA7A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7A3E; }

 p { color: rgb(186,122,62); }

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

background-color css

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

 a { background-color: rgb(186,122,62); }

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

border-color css

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

 span { border-color: rgb(186,122,62); }

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