Html Css Color HEX #BA7D3B Brandy Punch

📋 copy color: '#BA7D3B'

red 186 ◦ green 125 ◦ blue 59

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

Shades of Brandy Punch #BA7D3B

Tints of Brandy Punch #BA7D3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.95%

R = 50.27%
G = 33.78%
B = 15.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.68

 K value IS 0.27

RGB Variations

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

Color information

#BA7D3B (or 0xBA7D3B) is known color: Brandy Punch. HEX triplet: BA, 7D and 3B. RGB value is (186,125,59). Sum of RGB (Red+Green+Blue) = 186+125+59=370 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50.27% from 370); Green value is 125 (49.22% from 255 or 33.78% from 370); Blue value is 59 (23.44% from 255 or 15.95% from 370); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7D3B is #4582C4. Grayscale: #888888. Windows color (decimal): -4555461 or 3898810. OLE color: 3898810.

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

Color convert

RGB 186 125 59 -
CMYK 0 0.33 0.68 0.27
HSL 31.18º 0.52% 0.48% -
HSV(B) 31.18º 0.68% 0.73% -
XYZ 28.37 25.42 7.55 -
YUV 135.72 84.71 163.87 -
System Red Green Blue C M Y K H S L
Decimal 186 125 59 0 0.33 0.68 0.27 31.18 0.52 0.48
Hex BA 7D 3B 0 21 44 1B 1F 34 30
Octal 272 175 73 0 41 104 33 37 64 60
Binary 10111010 1111101 111011 0 100001 1000100 11011 11111 110100 110000

Color Harmonies of #BA7D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7D3B

Black with #BA7D3B

Text Example


Text Example

White with #BA7D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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