Html Css Color HEX #BA7952 Brandy Punch

📋 copy color: '#BA7952'

red 186 ◦ green 121 ◦ blue 82

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

Shades of Brandy Punch #BA7952

Tints of Brandy Punch #BA7952

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

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

R = 47.81%
G = 31.11%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA7952 (or 0xBA7952) is known color: Brandy Punch. HEX triplet: BA, 79 and 52. RGB value is (186,121,82). Sum of RGB (Red+Green+Blue) = 186+121+82=389 (51% of max value = 765). Red value is 186 (73.05% from 255 or 47.81% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 82 (32.42% from 255 or 21.08% from 389); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7952 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7952 is #4586AD. Grayscale: #888888. Windows color (decimal): -4556462 or 5405114. OLE color: 5405114.

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

Color convert

RGB 186 121 82 -
CMYK 0 0.35 0.56 0.27
HSL 22.5º 0.43% 0.53% -
HSV(B) 22.5º 0.56% 0.73% -
XYZ 28.61 24.72 11.25 -
YUV 135.99 97.53 163.67 -
System Red Green Blue C M Y K H S L
Decimal 186 121 82 0 0.35 0.56 0.27 22.5 0.43 0.53
Hex BA 79 52 0 23 38 1B 16 2B 35
Octal 272 171 122 0 43 70 33 26 53 65
Binary 10111010 1111001 1010010 0 100011 111000 11011 10110 101011 110101

Color Harmonies of #BA7952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7952

Black with #BA7952

Text Example


Text Example

White with #BA7952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7952; }

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

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

background-color css

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

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

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

border-color css

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

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

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