Html Css Color HEX #BA8243 Brandy Punch

📋 copy color: '#BA8243'

red 186 ◦ green 130 ◦ blue 67

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

Shades of Brandy Punch #BA8243

Tints of Brandy Punch #BA8243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 17.49%

R = 48.56%
G = 33.94%
B = 17.49%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.64

 K value IS 0.27

RGB Variations

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

Color information

#BA8243 (or 0xBA8243) is known color: Brandy Punch. HEX triplet: BA, 82 and 43. RGB value is (186,130,67). Sum of RGB (Red+Green+Blue) = 186+130+67=383 (50% of max value = 765). Red value is 186 (73.05% from 255 or 48.56% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 67 (26.56% from 255 or 17.49% from 383); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8243 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA8243 is #457DBC. Grayscale: #8B8B8B. Windows color (decimal): -4554173 or 4424378. OLE color: 4424378.

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

Color convert

RGB 186 130 67 -
CMYK 0 0.30 0.64 0.27
HSL 31.76º 0.47% 0.5% -
HSV(B) 31.76º 0.64% 0.73% -
XYZ 29.25 26.81 8.94 -
YUV 139.56 87.05 161.12 -
System Red Green Blue C M Y K H S L
Decimal 186 130 67 0 0.30 0.64 0.27 31.76 0.47 0.5
Hex BA 82 43 0 1E 40 1B 20 2F 32
Octal 272 202 103 0 36 100 33 40 57 62
Binary 10111010 10000010 1000011 0 11110 1000000 11011 100000 101111 110010

Color Harmonies of #BA8243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8243

Black with #BA8243

Text Example


Text Example

White with #BA8243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8243; }

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

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

background-color css

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

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

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

border-color css

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

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

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