Html Css Color HEX #BC7648 Brandy Punch

📋 copy color: '#BC7648'

red 188 ◦ green 118 ◦ blue 72

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

Shades of Brandy Punch #BC7648

Tints of Brandy Punch #BC7648

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 19.05%

R = 49.74%
G = 31.22%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7648 (or 0xBC7648) is known color: Brandy Punch. HEX triplet: BC, 76 and 48. RGB value is (188,118,72). Sum of RGB (Red+Green+Blue) = 188+118+72=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 118 (46.48% from 255 or 31.22% from 378); Blue value is 72 (28.52% from 255 or 19.05% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7648 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7648 is #4389B7. Grayscale: #858585. Windows color (decimal): -4426168 or 4748988. OLE color: 4748988.

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

Color convert

RGB 188 118 72 -
CMYK 0 0.37 0.62 0.26
HSL 23.79º 0.46% 0.51% -
HSV(B) 23.79º 0.62% 0.74% -
XYZ 28.39 24.12 9.29 -
YUV 133.69 93.19 166.74 -
System Red Green Blue C M Y K H S L
Decimal 188 118 72 0 0.37 0.62 0.26 23.79 0.46 0.51
Hex BC 76 48 0 25 3E 1A 18 2E 33
Octal 274 166 110 0 45 76 32 30 56 63
Binary 10111100 1110110 1001000 0 100101 111110 11010 11000 101110 110011

Color Harmonies of #BC7648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7648

Black with #BC7648

Text Example


Text Example

White with #BC7648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7648; }

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

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

background-color css

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

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

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

border-color css

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

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

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