Html Css Color HEX #BA8052 Brandy Punch

📋 copy color: '#BA8052'

red 186 ◦ green 128 ◦ blue 82

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

Shades of Brandy Punch #BA8052

Tints of Brandy Punch #BA8052

RGB

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

 GREEN value IS 128 (50.39% from 255) = 32.32%

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 46.97%
G = 32.32%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8052 (or 0xBA8052) is known color: Brandy Punch. HEX triplet: BA, 80 and 52. RGB value is (186,128,82). Sum of RGB (Red+Green+Blue) = 186+128+82=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 128 (50.39% from 255 or 32.32% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8052 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8052 is #457FAD. Grayscale: #8C8C8C. Windows color (decimal): -4554670 or 5406906. OLE color: 5406906.

HSL color Cylindrical-coordinate representation of color #BA8052: hue angle of 26.54º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BA8052 is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 128 82 -
CMYK 0 0.31 0.56 0.27
HSL 26.54º 0.43% 0.53% -
HSV(B) 26.54º 0.56% 0.73% -
XYZ 29.49 26.49 11.54 -
YUV 140.1 95.22 160.74 -
System Red Green Blue C M Y K H S L
Decimal 186 128 82 0 0.31 0.56 0.27 26.54 0.43 0.53
Hex BA 80 52 0 1F 38 1B 1B 2B 35
Octal 272 200 122 0 37 70 33 33 53 65
Binary 10111010 10000000 1010010 0 11111 111000 11011 11011 101011 110101

Color Harmonies of #BA8052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8052

Black with #BA8052

Text Example


Text Example

White with #BA8052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8052; }

 p { color: rgb(186,128,82); }

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

background-color css

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

 a { background-color: rgb(186,128,82); }

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

border-color css

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

 span { border-color: rgb(186,128,82); }

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