Html Css Color HEX #BC743C Brandy Punch

📋 copy color: '#BC743C'

red 188 ◦ green 116 ◦ blue 60

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

Shades of Brandy Punch #BC743C

Tints of Brandy Punch #BC743C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 31.87%

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

R = 51.65%
G = 31.87%
B = 16.48%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC743C (or 0xBC743C) is known color: Brandy Punch. HEX triplet: BC, 74 and 3C. RGB value is (188,116,60). Sum of RGB (Red+Green+Blue) = 188+116+60=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 116 (45.70% from 255 or 31.87% from 364); Blue value is 60 (23.83% from 255 or 16.48% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC743C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC743C is #438BC3. Grayscale: #838383. Windows color (decimal): -4426692 or 3962044. OLE color: 3962044.

HSL color Cylindrical-coordinate representation of color #BC743C: hue angle of 26.25º 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 #BC743C is Cyan = 0, Magento = 0.38, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 116 60 -
CMYK 0 0.38 0.68 0.26
HSL 26.25º 0.52% 0.49% -
HSV(B) 26.25º 0.68% 0.74% -
XYZ 27.8 23.51 7.35 -
YUV 131.14 87.85 168.55 -
System Red Green Blue C M Y K H S L
Decimal 188 116 60 0 0.38 0.68 0.26 26.25 0.52 0.49
Hex BC 74 3C 0 26 44 1A 1A 34 31
Octal 274 164 74 0 46 104 32 32 64 61
Binary 10111100 1110100 111100 0 100110 1000100 11010 11010 110100 110001

Color Harmonies of #BC743C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC743C

Black with #BC743C

Text Example


Text Example

White with #BC743C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC743C; }

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

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

background-color css

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

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

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

border-color css

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

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

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