Html Css Color HEX #BA7B4A Brandy Punch

📋 copy color: '#BA7B4A'

red 186 ◦ green 123 ◦ blue 74

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

Shades of Brandy Punch #BA7B4A

Tints of Brandy Punch #BA7B4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.32%

R = 48.56%
G = 32.11%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA7B4A (or 0xBA7B4A) is known color: Brandy Punch. HEX triplet: BA, 7B and 4A. RGB value is (186,123,74). Sum of RGB (Red+Green+Blue) = 186+123+74=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 123 (48.44% from 255 or 32.11% from 383); Blue value is 74 (29.30% from 255 or 19.32% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B4A is #4584B5. Grayscale: #888888. Windows color (decimal): -4555958 or 4881338. OLE color: 4881338.

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

Color convert

RGB 186 123 74 -
CMYK 0 0.34 0.60 0.27
HSL 26.25º 0.45% 0.51% -
HSV(B) 26.25º 0.6% 0.73% -
XYZ 28.57 25.1 9.82 -
YUV 136.25 92.87 163.48 -
System Red Green Blue C M Y K H S L
Decimal 186 123 74 0 0.34 0.60 0.27 26.25 0.45 0.51
Hex BA 7B 4A 0 22 3C 1B 1A 2D 33
Octal 272 173 112 0 42 74 33 32 55 63
Binary 10111010 1111011 1001010 0 100010 111100 11011 11010 101101 110011

Color Harmonies of #BA7B4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B4A

Black with #BA7B4A

Text Example


Text Example

White with #BA7B4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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