Html Css Color HEX #BA7B3F Brandy Punch

📋 copy color: '#BA7B3F'

red 186 ◦ green 123 ◦ blue 63

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

Shades of Brandy Punch #BA7B3F

Tints of Brandy Punch #BA7B3F

RGB

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

 GREEN value IS 123 (48.44% from 255) = 33.06%

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

R = 50%
G = 33.06%
B = 16.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7B3F (or 0xBA7B3F) is known color: Brandy Punch. HEX triplet: BA, 7B and 3F. RGB value is (186,123,63). Sum of RGB (Red+Green+Blue) = 186+123+63=372 (49% of max value = 765). Red value is 186 (73.05% from 255 or 50% from 372); Green value is 123 (48.44% from 255 or 33.06% from 372); Blue value is 63 (25% from 255 or 16.94% from 372); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B3F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B3F is #4584C0. Grayscale: #878787. Windows color (decimal): -4555969 or 4160442. OLE color: 4160442.

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

Color convert

RGB 186 123 63 -
CMYK 0 0.34 0.66 0.27
HSL 29.27º 0.49% 0.49% -
HSV(B) 29.27º 0.66% 0.73% -
XYZ 28.23 24.96 8.03 -
YUV 135 87.37 164.38 -
System Red Green Blue C M Y K H S L
Decimal 186 123 63 0 0.34 0.66 0.27 29.27 0.49 0.49
Hex BA 7B 3F 0 22 42 1B 1D 31 31
Octal 272 173 77 0 42 102 33 35 61 61
Binary 10111010 1111011 111111 0 100010 1000010 11011 11101 110001 110001

Color Harmonies of #BA7B3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B3F

Black with #BA7B3F

Text Example


Text Example

White with #BA7B3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B3F; }

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

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

background-color css

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

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

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

border-color css

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

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

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