Html Css Color HEX #BA754B Brandy Punch

📋 copy color: '#BA754B'

red 186 ◦ green 117 ◦ blue 75

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

Shades of Brandy Punch #BA754B

Tints of Brandy Punch #BA754B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 30.95%

 BLUE value IS 75 (29.69% from 255) = 19.84%

R = 49.21%
G = 30.95%
B = 19.84%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BA754B (or 0xBA754B) is known color: Brandy Punch. HEX triplet: BA, 75 and 4B. RGB value is (186,117,75). Sum of RGB (Red+Green+Blue) = 186+117+75=378 (50% of max value = 765). Red value is 186 (73.05% from 255 or 49.21% from 378); Green value is 117 (46.09% from 255 or 30.95% from 378); Blue value is 75 (29.69% from 255 or 19.84% from 378); Max value from RGB is 186 - color contains mainly: red. Hex color #BA754B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BA754B is #458AB4. Grayscale: #858585. Windows color (decimal): -4557493 or 4945338. OLE color: 4945338.

HSL color Cylindrical-coordinate representation of color #BA754B: hue angle of 22.7º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BA754B is Cyan = 0, Magento = 0.37, Yellow = 0.60 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 117 75 -
CMYK 0 0.37 0.60 0.27
HSL 22.7º 0.45% 0.51% -
HSV(B) 22.7º 0.6% 0.73% -
XYZ 27.88 23.67 9.76 -
YUV 132.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 186 117 75 0 0.37 0.60 0.27 22.7 0.45 0.51
Hex BA 75 4B 0 25 3C 1B 17 2D 33
Octal 272 165 113 0 45 74 33 27 55 63
Binary 10111010 1110101 1001011 0 100101 111100 11011 10111 101101 110011

Color Harmonies of #BA754B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA754B

Black with #BA754B

Text Example


Text Example

White with #BA754B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA754B; }

 p { color: rgb(186,117,75); }

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

background-color css

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

 a { background-color: rgb(186,117,75); }

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

border-color css

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

 span { border-color: rgb(186,117,75); }

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