Html Css Color HEX #BA7B40 Brandy Punch

📋 copy color: '#BA7B40'

red 186 ◦ green 123 ◦ blue 64

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

Shades of Brandy Punch #BA7B40

Tints of Brandy Punch #BA7B40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.16%

R = 49.87%
G = 32.98%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#BA7B40 (or 0xBA7B40) is known color: Brandy Punch. HEX triplet: BA, 7B and 40. RGB value is (186,123,64). Sum of RGB (Red+Green+Blue) = 186+123+64=373 (49% of max value = 765). Red value is 186 (73.05% from 255 or 49.87% from 373); Green value is 123 (48.44% from 255 or 32.98% from 373); Blue value is 64 (25.39% from 255 or 17.16% from 373); Max value from RGB is 186 - color contains mainly: red. Hex color #BA7B40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA7B40 is #4584BF. Grayscale: #878787. Windows color (decimal): -4555968 or 4225978. OLE color: 4225978.

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

Color convert

RGB 186 123 64 -
CMYK 0 0.34 0.66 0.27
HSL 29.02º 0.49% 0.49% -
HSV(B) 29.02º 0.66% 0.73% -
XYZ 28.26 24.98 8.18 -
YUV 135.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 186 123 64 0 0.34 0.66 0.27 29.02 0.49 0.49
Hex BA 7B 40 0 22 42 1B 1D 31 31
Octal 272 173 100 0 42 102 33 35 61 61
Binary 10111010 1111011 1000000 0 100010 1000010 11011 11101 110001 110001

Color Harmonies of #BA7B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA7B40

Black with #BA7B40

Text Example


Text Example

White with #BA7B40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA7B40; }

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

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

background-color css

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

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

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

border-color css

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

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

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