Html Css Color HEX #BA844B Brandy Punch

📋 copy color: '#BA844B'

red 186 ◦ green 132 ◦ blue 75

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

Shades of Brandy Punch #BA844B

Tints of Brandy Punch #BA844B

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.59%

 BLUE value IS 75 (29.69% from 255) = 19.08%

R = 47.33%
G = 33.59%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA844B (or 0xBA844B) is known color: Brandy Punch. HEX triplet: BA, 84 and 4B. RGB value is (186,132,75). Sum of RGB (Red+Green+Blue) = 186+132+75=393 (52% of max value = 765). Red value is 186 (73.05% from 255 or 47.33% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 75 (29.69% from 255 or 19.08% from 393); Max value from RGB is 186 - color contains mainly: red. Hex color #BA844B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BA844B is #457BB4. Grayscale: #8D8D8D. Windows color (decimal): -4553653 or 4949178. OLE color: 4949178.

HSL color Cylindrical-coordinate representation of color #BA844B: hue angle of 30.81º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA844B is Cyan = 0, Magento = 0.29, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 132 75 -
CMYK 0 0.29 0.60 0.27
HSL 30.81º 0.45% 0.51% -
HSV(B) 30.81º 0.6% 0.73% -
XYZ 29.77 27.45 10.39 -
YUV 141.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 186 132 75 0 0.29 0.60 0.27 30.81 0.45 0.51
Hex BA 84 4B 0 1D 3C 1B 1F 2D 33
Octal 272 204 113 0 35 74 33 37 55 63
Binary 10111010 10000100 1001011 0 11101 111100 11011 11111 101101 110011

Color Harmonies of #BA844B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA844B

Black with #BA844B

Text Example


Text Example

White with #BA844B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA844B; }

 p { color: rgb(186,132,75); }

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

background-color css

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

 a { background-color: rgb(186,132,75); }

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

border-color css

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

 span { border-color: rgb(186,132,75); }

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