Html Css Color HEX #BA7B4D Brandy Punch

📋 copy color: '#BA7B4D'

red 186 ◦ green 123 ◦ blue 77

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

Shades of Brandy Punch #BA7B4D

Tints of Brandy Punch #BA7B4D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 31.87%

 BLUE value IS 77 (30.47% from 255) = 19.95%

R = 48.19%
G = 31.87%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.27

RGB Variations

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

Color information

#BA7B4D (or 0xBA7B4D) is known color: Brandy Punch. HEX triplet: BA, 7B and 4D. RGB value is (186,123,77). Sum of RGB (Red+Green+Blue) = 186+123+77=386 (51% of max value = 765). Red value is 186 (73.05% from 255 or 48.19% from 386); Green value is 123 (48.44% from 255 or 31.87% from 386); Blue value is 77 (30.47% from 255 or 19.95% from 386); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B4D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BA7B4D is #4584B2. Grayscale: #888888. Windows color (decimal): -4555955 or 5077946. OLE color: 5077946.

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

Color convert

RGB 186 123 77 -
CMYK 0 0.34 0.59 0.27
HSL 25.32º 0.44% 0.52% -
HSV(B) 25.32º 0.59% 0.73% -
XYZ 28.67 25.14 10.36 -
YUV 136.59 94.37 163.24 -
System Red Green Blue C M Y K H S L
Decimal 186 123 77 0 0.34 0.59 0.27 25.32 0.44 0.52
Hex BA 7B 4D 0 22 3B 1B 19 2C 34
Octal 272 173 115 0 42 73 33 31 54 64
Binary 10111010 1111011 1001101 0 100010 111011 11011 11001 101100 110100

Color Harmonies of #BA7B4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B4D

Black with #BA7B4D

Text Example


Text Example

White with #BA7B4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B4D; }

 p { color: rgb(186,123,77); }

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

background-color css

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

 a { background-color: rgb(186,123,77); }

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

border-color css

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

 span { border-color: rgb(186,123,77); }

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