Html Css Color HEX #BC773C Brandy Punch

📋 copy color: '#BC773C'

red 188 ◦ green 119 ◦ blue 60

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

Shades of Brandy Punch #BC773C

Tints of Brandy Punch #BC773C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.35%

R = 51.23%
G = 32.43%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC773C (or 0xBC773C) is known color: Brandy Punch. HEX triplet: BC, 77 and 3C. RGB value is (188,119,60). Sum of RGB (Red+Green+Blue) = 188+119+60=367 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.23% from 367); Green value is 119 (46.88% from 255 or 32.43% from 367); Blue value is 60 (23.83% from 255 or 16.35% from 367); Max value from RGB is 188 - color contains mainly: red. Hex color #BC773C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC773C is #4388C3. Grayscale: #858585. Windows color (decimal): -4425924 or 3962812. OLE color: 3962812.

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

Color convert

RGB 188 119 60 -
CMYK 0 0.37 0.68 0.26
HSL 27.66º 0.52% 0.49% -
HSV(B) 27.66º 0.68% 0.74% -
XYZ 28.15 24.21 7.46 -
YUV 132.91 86.86 167.3 -
System Red Green Blue C M Y K H S L
Decimal 188 119 60 0 0.37 0.68 0.26 27.66 0.52 0.49
Hex BC 77 3C 0 25 44 1A 1C 34 31
Octal 274 167 74 0 45 104 32 34 64 61
Binary 10111100 1110111 111100 0 100101 1000100 11010 11100 110100 110001

Color Harmonies of #BC773C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC773C

Black with #BC773C

Text Example


Text Example

White with #BC773C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC773C; }

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

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

background-color css

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

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

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

border-color css

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

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

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