Html Css Color HEX #BC7546 Brandy Punch

📋 copy color: '#BC7546'

red 188 ◦ green 117 ◦ blue 70

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

Shades of Brandy Punch #BC7546

Tints of Brandy Punch #BC7546

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.67%

R = 50.13%
G = 31.2%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC7546 (or 0xBC7546) is known color: Brandy Punch. HEX triplet: BC, 75 and 46. RGB value is (188,117,70). Sum of RGB (Red+Green+Blue) = 188+117+70=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 117 (46.09% from 255 or 31.2% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7546 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7546 is #438AB9. Grayscale: #858585. Windows color (decimal): -4426426 or 4617660. OLE color: 4617660.

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

Color convert

RGB 188 117 70 -
CMYK 0 0.38 0.63 0.26
HSL 23.9º 0.47% 0.51% -
HSV(B) 23.9º 0.63% 0.74% -
XYZ 28.21 23.86 8.91 -
YUV 132.87 92.52 167.32 -
System Red Green Blue C M Y K H S L
Decimal 188 117 70 0 0.38 0.63 0.26 23.9 0.47 0.51
Hex BC 75 46 0 26 3F 1A 18 2F 33
Octal 274 165 106 0 46 77 32 30 57 63
Binary 10111100 1110101 1000110 0 100110 111111 11010 11000 101111 110011

Color Harmonies of #BC7546

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7546

Black with #BC7546

Text Example


Text Example

White with #BC7546

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7546; }

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

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

background-color css

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

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

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

border-color css

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

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

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