Html Css Color HEX #BC7843 Brandy Punch

📋 copy color: '#BC7843'

red 188 ◦ green 120 ◦ blue 67

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

Shades of Brandy Punch #BC7843

Tints of Brandy Punch #BC7843

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32%

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

R = 50.13%
G = 32%
B = 17.87%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC7843 (or 0xBC7843) is known color: Brandy Punch. HEX triplet: BC, 78 and 43. RGB value is (188,120,67). Sum of RGB (Red+Green+Blue) = 188+120+67=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 120 (47.27% from 255 or 32% from 375); Blue value is 67 (26.56% from 255 or 17.87% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7843 is #4387BC. Grayscale: #868686. Windows color (decimal): -4425661 or 4421820. OLE color: 4421820.

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

Color convert

RGB 188 120 67 -
CMYK 0 0.36 0.64 0.26
HSL 26.28º 0.47% 0.5% -
HSV(B) 26.28º 0.64% 0.74% -
XYZ 28.47 24.53 8.54 -
YUV 134.29 90.03 166.31 -
System Red Green Blue C M Y K H S L
Decimal 188 120 67 0 0.36 0.64 0.26 26.28 0.47 0.5
Hex BC 78 43 0 24 40 1A 1A 2F 32
Octal 274 170 103 0 44 100 32 32 57 62
Binary 10111100 1111000 1000011 0 100100 1000000 11010 11010 101111 110010

Color Harmonies of #BC7843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7843

Black with #BC7843

Text Example


Text Example

White with #BC7843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7843; }

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

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

background-color css

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

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

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

border-color css

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

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

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