Html Css Color HEX #BA823F Brandy Punch

📋 copy color: '#BA823F'

red 186 ◦ green 130 ◦ blue 63

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

Shades of Brandy Punch #BA823F

Tints of Brandy Punch #BA823F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 34.3%

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

R = 49.08%
G = 34.3%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA823F (or 0xBA823F) is known color: Brandy Punch. HEX triplet: BA, 82 and 3F. RGB value is (186,130,63). Sum of RGB (Red+Green+Blue) = 186+130+63=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 130 (51.17% from 255 or 34.30% from 379); Blue value is 63 (25% from 255 or 16.62% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA823F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA823F is #457DC0. Grayscale: #8B8B8B. Windows color (decimal): -4554177 or 4162234. OLE color: 4162234.

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

Color convert

RGB 186 130 63 -
CMYK 0 0.30 0.66 0.27
HSL 32.68º 0.49% 0.49% -
HSV(B) 32.68º 0.66% 0.73% -
XYZ 29.13 26.76 8.33 -
YUV 139.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 186 130 63 0 0.30 0.66 0.27 32.68 0.49 0.49
Hex BA 82 3F 0 1E 42 1B 21 31 31
Octal 272 202 77 0 36 102 33 41 61 61
Binary 10111010 10000010 111111 0 11110 1000010 11011 100001 110001 110001

Color Harmonies of #BA823F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA823F

Black with #BA823F

Text Example


Text Example

White with #BA823F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA823F; }

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

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

background-color css

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

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

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

border-color css

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

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

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