Html Css Color HEX #BC7543 Brandy Punch

📋 copy color: '#BC7543'

red 188 ◦ green 117 ◦ blue 67

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

Shades of Brandy Punch #BC7543

Tints of Brandy Punch #BC7543

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.01%

R = 50.54%
G = 31.45%
B = 18.01%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7543 (or 0xBC7543) is known color: Brandy Punch. HEX triplet: BC, 75 and 43. RGB value is (188,117,67). Sum of RGB (Red+Green+Blue) = 188+117+67=372 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.54% from 372); Green value is 117 (46.09% from 255 or 31.45% from 372); Blue value is 67 (26.56% from 255 or 18.01% from 372); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7543 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7543 is #438ABC. Grayscale: #848484. Windows color (decimal): -4426429 or 4421052. OLE color: 4421052.

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

Color convert

RGB 188 117 67 -
CMYK 0 0.38 0.64 0.26
HSL 24.79º 0.47% 0.5% -
HSV(B) 24.79º 0.64% 0.74% -
XYZ 28.11 23.82 8.43 -
YUV 132.53 91.02 167.57 -
System Red Green Blue C M Y K H S L
Decimal 188 117 67 0 0.38 0.64 0.26 24.79 0.47 0.5
Hex BC 75 43 0 26 40 1A 19 2F 32
Octal 274 165 103 0 46 100 32 31 57 62
Binary 10111100 1110101 1000011 0 100110 1000000 11010 11001 101111 110010

Color Harmonies of #BC7543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7543

Black with #BC7543

Text Example


Text Example

White with #BC7543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7543; }

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

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

background-color css

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

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

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

border-color css

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

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

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