Html Css Color HEX #BA834F Brandy Punch

📋 copy color: '#BA834F'

red 186 ◦ green 131 ◦ blue 79

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

Shades of Brandy Punch #BA834F

Tints of Brandy Punch #BA834F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.08%

 BLUE value IS 79 (31.25% from 255) = 19.95%

R = 46.97%
G = 33.08%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BA834F (or 0xBA834F) is known color: Brandy Punch. HEX triplet: BA, 83 and 4F. RGB value is (186,131,79). Sum of RGB (Red+Green+Blue) = 186+131+79=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 131 (51.56% from 255 or 33.08% from 396); Blue value is 79 (31.25% from 255 or 19.95% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA834F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA834F is #457CB0. Grayscale: #8D8D8D. Windows color (decimal): -4553905 or 5211066. OLE color: 5211066.

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

Color convert

RGB 186 131 79 -
CMYK 0 0.30 0.58 0.27
HSL 29.16º 0.44% 0.52% -
HSV(B) 29.16º 0.58% 0.73% -
XYZ 29.78 27.24 11.08 -
YUV 141.52 92.72 159.73 -
System Red Green Blue C M Y K H S L
Decimal 186 131 79 0 0.30 0.58 0.27 29.16 0.44 0.52
Hex BA 83 4F 0 1E 3A 1B 1D 2C 34
Octal 272 203 117 0 36 72 33 35 54 64
Binary 10111010 10000011 1001111 0 11110 111010 11011 11101 101100 110100

Color Harmonies of #BA834F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA834F

Black with #BA834F

Text Example


Text Example

White with #BA834F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA834F; }

 p { color: rgb(186,131,79); }

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

background-color css

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

 a { background-color: rgb(186,131,79); }

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

border-color css

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

 span { border-color: rgb(186,131,79); }

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