Html Css Color HEX #BC7F50 Brandy Punch

📋 copy color: '#BC7F50'

red 188 ◦ green 127 ◦ blue 80

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

Shades of Brandy Punch #BC7F50

Tints of Brandy Punch #BC7F50

RGB

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

 GREEN value IS 127 (50% from 255) = 32.15%

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

R = 47.59%
G = 32.15%
B = 20.25%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7F50 (or 0xBC7F50) is known color: Brandy Punch. HEX triplet: BC, 7F and 50. RGB value is (188,127,80). Sum of RGB (Red+Green+Blue) = 188+127+80=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 127 (50% from 255 or 32.15% from 395); Blue value is 80 (31.64% from 255 or 20.25% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F50 is #4380AF. Grayscale: #8C8C8C. Windows color (decimal): -4423856 or 5275580. OLE color: 5275580.

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

Color convert

RGB 188 127 80 -
CMYK 0 0.32 0.57 0.26
HSL 26.11º 0.45% 0.53% -
HSV(B) 26.11º 0.57% 0.74% -
XYZ 29.78 26.45 11.13 -
YUV 139.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 188 127 80 0 0.32 0.57 0.26 26.11 0.45 0.53
Hex BC 7F 50 0 20 39 1A 1A 2D 35
Octal 274 177 120 0 40 71 32 32 55 65
Binary 10111100 1111111 1010000 0 100000 111001 11010 11010 101101 110101

Color Harmonies of #BC7F50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F50

Black with #BC7F50

Text Example


Text Example

White with #BC7F50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F50; }

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

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

background-color css

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

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

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

border-color css

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

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

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