Html Css Color HEX #BC773A Brandy Punch

📋 copy color: '#BC773A'

red 188 ◦ green 119 ◦ blue 58

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

Shades of Brandy Punch #BC773A

Tints of Brandy Punch #BC773A

RGB

 RED value IS 188 (73.83% from 255) = 51.51%

 GREEN value IS 119 (46.88% from 255) = 32.6%

 BLUE value IS 58 (23.05% from 255) = 15.89%

R = 51.51%
G = 32.6%
B = 15.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC773A (or 0xBC773A) is known color: Brandy Punch. HEX triplet: BC, 77 and 3A. RGB value is (188,119,58). Sum of RGB (Red+Green+Blue) = 188+119+58=365 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.51% from 365); Green value is 119 (46.88% from 255 or 32.60% from 365); Blue value is 58 (23.05% from 255 or 15.89% from 365); Max value from RGB is 188 - color contains mainly: red. Hex color #BC773A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC773A is #4388C5. Grayscale: #848484. Windows color (decimal): -4425926 or 3831740. OLE color: 3831740.

HSL color Cylindrical-coordinate representation of color #BC773A: hue angle of 28.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BC773A is Cyan = 0, Magento = 0.37, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 58 -
CMYK 0 0.37 0.69 0.26
HSL 28.15º 0.53% 0.48% -
HSV(B) 28.15º 0.69% 0.74% -
XYZ 28.1 24.19 7.19 -
YUV 132.68 85.86 167.46 -
System Red Green Blue C M Y K H S L
Decimal 188 119 58 0 0.37 0.69 0.26 28.15 0.53 0.48
Hex BC 77 3A 0 25 45 1A 1C 35 30
Octal 274 167 72 0 45 105 32 34 65 60
Binary 10111100 1110111 111010 0 100101 1000101 11010 11100 110101 110000

Color Harmonies of #BC773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC773A

Black with #BC773A

Text Example


Text Example

White with #BC773A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC773A; }

 p { color: rgb(188,119,58); }

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

background-color css

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

 a { background-color: rgb(188,119,58); }

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

border-color css

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

 span { border-color: rgb(188,119,58); }

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