Html Css Color HEX #BC7743 Brandy Punch

📋 copy color: '#BC7743'

red 188 ◦ green 119 ◦ blue 67

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

Shades of Brandy Punch #BC7743

Tints of Brandy Punch #BC7743

RGB

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

 GREEN value IS 119 (46.88% from 255) = 31.82%

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

R = 50.27%
G = 31.82%
B = 17.91%

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

#BC7743 (or 0xBC7743) is known color: Brandy Punch. HEX triplet: BC, 77 and 43. RGB value is (188,119,67). Sum of RGB (Red+Green+Blue) = 188+119+67=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 119 (46.88% from 255 or 31.82% from 374); Blue value is 67 (26.56% from 255 or 17.91% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7743 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7743 is #4388BC. Grayscale: #858585. Windows color (decimal): -4425917 or 4421564. OLE color: 4421564.

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

Color convert

RGB 188 119 67 -
CMYK 0 0.37 0.64 0.26
HSL 25.79º 0.47% 0.5% -
HSV(B) 25.79º 0.64% 0.74% -
XYZ 28.35 24.29 8.5 -
YUV 133.7 90.36 166.73 -
System Red Green Blue C M Y K H S L
Decimal 188 119 67 0 0.37 0.64 0.26 25.79 0.47 0.5
Hex BC 77 43 0 25 40 1A 1A 2F 32
Octal 274 167 103 0 45 100 32 32 57 62
Binary 10111100 1110111 1000011 0 100101 1000000 11010 11010 101111 110010

Color Harmonies of #BC7743

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7743

Black with #BC7743

Text Example


Text Example

White with #BC7743

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7743; }

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

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

background-color css

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

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

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

border-color css

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

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

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