Html Css Color HEX #BC7643 Brandy Punch

📋 copy color: '#BC7643'

red 188 ◦ green 118 ◦ blue 67

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

Shades of Brandy Punch #BC7643

Tints of Brandy Punch #BC7643

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.64%

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

R = 50.4%
G = 31.64%
B = 17.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7643 (or 0xBC7643) is known color: Brandy Punch. HEX triplet: BC, 76 and 43. RGB value is (188,118,67). Sum of RGB (Red+Green+Blue) = 188+118+67=373 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.40% from 373); Green value is 118 (46.48% from 255 or 31.64% from 373); Blue value is 67 (26.56% from 255 or 17.96% from 373); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7643 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7643 is #4389BC. Grayscale: #858585. Windows color (decimal): -4426173 or 4421308. OLE color: 4421308.

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

Color convert

RGB 188 118 67 -
CMYK 0 0.37 0.64 0.26
HSL 25.29º 0.47% 0.5% -
HSV(B) 25.29º 0.64% 0.74% -
XYZ 28.23 24.05 8.47 -
YUV 133.12 90.69 167.15 -
System Red Green Blue C M Y K H S L
Decimal 188 118 67 0 0.37 0.64 0.26 25.29 0.47 0.5
Hex BC 76 43 0 25 40 1A 19 2F 32
Octal 274 166 103 0 45 100 32 31 57 62
Binary 10111100 1110110 1000011 0 100101 1000000 11010 11001 101111 110010

Color Harmonies of #BC7643

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7643

Black with #BC7643

Text Example


Text Example

White with #BC7643

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7643; }

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

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

background-color css

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

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

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

border-color css

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

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

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