Html Css Color HEX #BA7B46 Brandy Punch

📋 copy color: '#BA7B46'

red 186 ◦ green 123 ◦ blue 70

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

Shades of Brandy Punch #BA7B46

Tints of Brandy Punch #BA7B46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.47%

R = 49.08%
G = 32.45%
B = 18.47%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#BA7B46 (or 0xBA7B46) is known color: Brandy Punch. HEX triplet: BA, 7B and 46. RGB value is (186,123,70). Sum of RGB (Red+Green+Blue) = 186+123+70=379 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.08% from 379); Green value is 123 (48.44% from 255 or 32.45% from 379); Blue value is 70 (27.73% from 255 or 18.47% from 379); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B46 is #4584B9. Grayscale: #888888. Windows color (decimal): -4555962 or 4619194. OLE color: 4619194.

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

Color convert

RGB 186 123 70 -
CMYK 0 0.34 0.62 0.27
HSL 27.41º 0.46% 0.5% -
HSV(B) 27.41º 0.62% 0.73% -
XYZ 28.44 25.05 9.13 -
YUV 135.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 186 123 70 0 0.34 0.62 0.27 27.41 0.46 0.5
Hex BA 7B 46 0 22 3E 1B 1B 2E 32
Octal 272 173 106 0 42 76 33 33 56 62
Binary 10111010 1111011 1000110 0 100010 111110 11011 11011 101110 110010

Color Harmonies of #BA7B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B46

Black with #BA7B46

Text Example


Text Example

White with #BA7B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B46; }

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

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

background-color css

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

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

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

border-color css

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

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

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