Html Css Color HEX #BC784C Brandy Punch

📋 copy color: '#BC784C'

red 188 ◦ green 120 ◦ blue 76

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

Shades of Brandy Punch #BC784C

Tints of Brandy Punch #BC784C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.79%

R = 48.96%
G = 31.25%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.26

RGB Variations

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

Color information

#BC784C (or 0xBC784C) is known color: Brandy Punch. HEX triplet: BC, 78 and 4C. RGB value is (188,120,76). Sum of RGB (Red+Green+Blue) = 188+120+76=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 120 (47.27% from 255 or 31.25% from 384); Blue value is 76 (30.08% from 255 or 19.79% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC784C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC784C is #4387B3. Grayscale: #878787. Windows color (decimal): -4425652 or 5011644. OLE color: 5011644.

HSL color Cylindrical-coordinate representation of color #BC784C: hue angle of 23.57º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BC784C is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 120 76 -
CMYK 0 0.36 0.60 0.26
HSL 23.57º 0.46% 0.52% -
HSV(B) 23.57º 0.6% 0.74% -
XYZ 28.76 24.65 10.08 -
YUV 135.32 94.53 165.58 -
System Red Green Blue C M Y K H S L
Decimal 188 120 76 0 0.36 0.60 0.26 23.57 0.46 0.52
Hex BC 78 4C 0 24 3C 1A 18 2E 34
Octal 274 170 114 0 44 74 32 30 56 64
Binary 10111100 1111000 1001100 0 100100 111100 11010 11000 101110 110100

Color Harmonies of #BC784C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC784C

Black with #BC784C

Text Example


Text Example

White with #BC784C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC784C; }

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

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

background-color css

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

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

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

border-color css

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

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

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