Html Css Color HEX #BA8151 Brandy Punch

📋 copy color: '#BA8151'

red 186 ◦ green 129 ◦ blue 81

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

Shades of Brandy Punch #BA8151

Tints of Brandy Punch #BA8151

RGB

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

 GREEN value IS 129 (50.78% from 255) = 32.58%

 BLUE value IS 81 (32.03% from 255) = 20.45%

R = 46.97%
G = 32.58%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BA8151 (or 0xBA8151) is known color: Brandy Punch. HEX triplet: BA, 81 and 51. RGB value is (186,129,81). Sum of RGB (Red+Green+Blue) = 186+129+81=396 (52% of max value = 765). Red value is 186 (73.05% from 255 or 46.97% from 396); Green value is 129 (50.78% from 255 or 32.58% from 396); Blue value is 81 (32.03% from 255 or 20.45% from 396); Max value from RGB is 186 - color contains mainly: red. Hex color #BA8151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BA8151 is #457EAE. Grayscale: #8C8C8C. Windows color (decimal): -4554415 or 5341626. OLE color: 5341626.

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

Color convert

RGB 186 129 81 -
CMYK 0 0.31 0.56 0.27
HSL 27.43º 0.43% 0.52% -
HSV(B) 27.43º 0.56% 0.73% -
XYZ 29.59 26.73 11.39 -
YUV 140.57 94.38 160.4 -
System Red Green Blue C M Y K H S L
Decimal 186 129 81 0 0.31 0.56 0.27 27.43 0.43 0.52
Hex BA 81 51 0 1F 38 1B 1B 2B 34
Octal 272 201 121 0 37 70 33 33 53 64
Binary 10111010 10000001 1010001 0 11111 111000 11011 11011 101011 110100

Color Harmonies of #BA8151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA8151

Black with #BA8151

Text Example


Text Example

White with #BA8151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA8151; }

 p { color: rgb(186,129,81); }

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

background-color css

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

 a { background-color: rgb(186,129,81); }

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

border-color css

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

 span { border-color: rgb(186,129,81); }

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