Html Css Color HEX #BC7541 Brandy Punch

📋 copy color: '#BC7541'

red 188 ◦ green 117 ◦ blue 65

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

Shades of Brandy Punch #BC7541

Tints of Brandy Punch #BC7541

RGB

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

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

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

R = 50.81%
G = 31.62%
B = 17.57%

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

#BC7541 (or 0xBC7541) is known color: Brandy Punch. HEX triplet: BC, 75 and 41. RGB value is (188,117,65). Sum of RGB (Red+Green+Blue) = 188+117+65=370 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.81% from 370); Green value is 117 (46.09% from 255 or 31.62% from 370); Blue value is 65 (25.78% from 255 or 17.57% from 370); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7541 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7541 is #438ABE. Grayscale: #848484. Windows color (decimal): -4426431 or 4289980. OLE color: 4289980.

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

Color convert

RGB 188 117 65 -
CMYK 0 0.38 0.65 0.26
HSL 25.37º 0.49% 0.5% -
HSV(B) 25.37º 0.65% 0.74% -
XYZ 28.05 23.8 8.12 -
YUV 132.3 90.02 167.73 -
System Red Green Blue C M Y K H S L
Decimal 188 117 65 0 0.38 0.65 0.26 25.37 0.49 0.5
Hex BC 75 41 0 26 41 1A 19 31 32
Octal 274 165 101 0 46 101 32 31 61 62
Binary 10111100 1110101 1000001 0 100110 1000001 11010 11001 110001 110010

Color Harmonies of #BC7541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7541

Black with #BC7541

Text Example


Text Example

White with #BC7541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7541; }

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

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

background-color css

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

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

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

border-color css

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

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

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