Html Css Color HEX #BC7D50 Brandy Punch

📋 copy color: '#BC7D50'

red 188 ◦ green 125 ◦ blue 80

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

Shades of Brandy Punch #BC7D50

Tints of Brandy Punch #BC7D50

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.81%

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

R = 47.84%
G = 31.81%
B = 20.36%

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

#BC7D50 (or 0xBC7D50) is known color: Brandy Punch. HEX triplet: BC, 7D and 50. RGB value is (188,125,80). Sum of RGB (Red+Green+Blue) = 188+125+80=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 125 (49.22% from 255 or 31.81% from 393); Blue value is 80 (31.64% from 255 or 20.36% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D50 is #4382AF. Grayscale: #8A8A8A. Windows color (decimal): -4424368 or 5275068. OLE color: 5275068.

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

Color convert

RGB 188 125 80 -
CMYK 0 0.34 0.57 0.26
HSL 25º 0.45% 0.53% -
HSV(B) 25º 0.57% 0.74% -
XYZ 29.52 25.94 11.04 -
YUV 138.71 94.87 163.16 -
System Red Green Blue C M Y K H S L
Decimal 188 125 80 0 0.34 0.57 0.26 25 0.45 0.53
Hex BC 7D 50 0 22 39 1A 19 2D 35
Octal 274 175 120 0 42 71 32 31 55 65
Binary 10111100 1111101 1010000 0 100010 111001 11010 11001 101101 110101

Color Harmonies of #BC7D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D50

Black with #BC7D50

Text Example


Text Example

White with #BC7D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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