Html Css Color HEX #BC7C50 Brandy Punch

📋 copy color: '#BC7C50'

red 188 ◦ green 124 ◦ blue 80

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

Shades of Brandy Punch #BC7C50

Tints of Brandy Punch #BC7C50

RGB

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

 GREEN value IS 124 (48.83% from 255) = 31.63%

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 47.96%
G = 31.63%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7C50 (or 0xBC7C50) is known color: Brandy Punch. HEX triplet: BC, 7C and 50. RGB value is (188,124,80). Sum of RGB (Red+Green+Blue) = 188+124+80=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 124 (48.83% from 255 or 31.63% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C50 is #4383AF. Grayscale: #8A8A8A. Windows color (decimal): -4424624 or 5274812. OLE color: 5274812.

HSL color Cylindrical-coordinate representation of color #BC7C50: hue angle of 24.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BC7C50 is Cyan = 0, Magento = 0.34, Yellow = 0.57 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 124 80 -
CMYK 0 0.34 0.57 0.26
HSL 24.44º 0.45% 0.53% -
HSV(B) 24.44º 0.57% 0.74% -
XYZ 29.39 25.69 11 -
YUV 138.12 95.2 163.58 -
System Red Green Blue C M Y K H S L
Decimal 188 124 80 0 0.34 0.57 0.26 24.44 0.45 0.53
Hex BC 7C 50 0 22 39 1A 18 2D 35
Octal 274 174 120 0 42 71 32 30 55 65
Binary 10111100 1111100 1010000 0 100010 111001 11010 11000 101101 110101

Color Harmonies of #BC7C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C50

Black with #BC7C50

Text Example


Text Example

White with #BC7C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C50; }

 p { color: rgb(188,124,80); }

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

background-color css

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

 a { background-color: rgb(188,124,80); }

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

border-color css

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

 span { border-color: rgb(188,124,80); }

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