Html Css Color HEX #BA7F42 Brandy Punch

📋 copy color: '#BA7F42'

red 186 ◦ green 127 ◦ blue 66

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

Shades of Brandy Punch #BA7F42

Tints of Brandy Punch #BA7F42

RGB

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

 GREEN value IS 127 (50% from 255) = 33.51%

 BLUE value IS 66 (26.17% from 255) = 17.41%

R = 49.08%
G = 33.51%
B = 17.41%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#BA7F42 (or 0xBA7F42) is known color: Brandy Punch. HEX triplet: BA, 7F and 42. RGB value is (186,127,66). Sum of RGB (Red+Green+Blue) = 186+127+66=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 127 (50% from 255 or 33.51% from 379); Blue value is 66 (26.17% from 255 or 17.41% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7F42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7F42 is #4580BD. Grayscale: #898989. Windows color (decimal): -4554942 or 4358074. OLE color: 4358074.

HSL color Cylindrical-coordinate representation of color #BA7F42: hue angle of 30.5º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BA7F42 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 127 66 -
CMYK 0 0.32 0.65 0.27
HSL 30.5º 0.48% 0.49% -
HSV(B) 30.5º 0.65% 0.73% -
XYZ 28.82 26.01 8.66 -
YUV 137.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 186 127 66 0 0.32 0.65 0.27 30.5 0.48 0.49
Hex BA 7F 42 0 20 41 1B 1E 30 31
Octal 272 177 102 0 40 101 33 36 60 61
Binary 10111010 1111111 1000010 0 100000 1000001 11011 11110 110000 110001

Color Harmonies of #BA7F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7F42

Black with #BA7F42

Text Example


Text Example

White with #BA7F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7F42; }

 p { color: rgb(186,127,66); }

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

background-color css

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

 a { background-color: rgb(186,127,66); }

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

border-color css

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

 span { border-color: rgb(186,127,66); }

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