Html Css Color HEX #BC7441 Brandy Punch

📋 copy color: '#BC7441'

red 188 ◦ green 116 ◦ blue 65

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

Shades of Brandy Punch #BC7441

Tints of Brandy Punch #BC7441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 17.62%

R = 50.95%
G = 31.44%
B = 17.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.65

 K value IS 0.26

RGB Variations

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

Color information

#BC7441 (or 0xBC7441) is known color: Brandy Punch. HEX triplet: BC, 74 and 41. RGB value is (188,116,65). Sum of RGB (Red+Green+Blue) = 188+116+65=369 (48% of max value = 765). Red value is 188 (73.83% from 255 or 50.95% from 369); Green value is 116 (45.70% from 255 or 31.44% from 369); Blue value is 65 (25.78% from 255 or 17.62% from 369); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7441 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7441 is #438BBE. Grayscale: #838383. Windows color (decimal): -4426687 or 4289724. OLE color: 4289724.

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

Color convert

RGB 188 116 65 -
CMYK 0 0.38 0.65 0.26
HSL 24.88º 0.49% 0.5% -
HSV(B) 24.88º 0.65% 0.74% -
XYZ 27.94 23.56 8.08 -
YUV 131.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 188 116 65 0 0.38 0.65 0.26 24.88 0.49 0.5
Hex BC 74 41 0 26 41 1A 19 31 32
Octal 274 164 101 0 46 101 32 31 61 62
Binary 10111100 1110100 1000001 0 100110 1000001 11010 11001 110001 110010

Color Harmonies of #BC7441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7441

Black with #BC7441

Text Example


Text Example

White with #BC7441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7441; }

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

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

background-color css

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

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

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

border-color css

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

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

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