Html Css Color HEX #BC7C55 Brandy Punch

📋 copy color: '#BC7C55'

red 188 ◦ green 124 ◦ blue 85

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

Shades of Brandy Punch #BC7C55

Tints of Brandy Punch #BC7C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 21.41%

R = 47.36%
G = 31.23%
B = 21.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC7C55 (or 0xBC7C55) is known color: Brandy Punch. HEX triplet: BC, 7C and 55. RGB value is (188,124,85). Sum of RGB (Red+Green+Blue) = 188+124+85=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 124 (48.83% from 255 or 31.23% from 397); Blue value is 85 (33.59% from 255 or 21.41% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7C55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7C55 is #4383AA. Grayscale: #8A8A8A. Windows color (decimal): -4424619 or 5602492. OLE color: 5602492.

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

Color convert

RGB 188 124 85 -
CMYK 0 0.34 0.55 0.26
HSL 22.72º 0.43% 0.54% -
HSV(B) 22.72º 0.55% 0.74% -
XYZ 29.59 25.76 12.01 -
YUV 138.69 97.7 163.17 -
System Red Green Blue C M Y K H S L
Decimal 188 124 85 0 0.34 0.55 0.26 22.72 0.43 0.54
Hex BC 7C 55 0 22 37 1A 17 2B 36
Octal 274 174 125 0 42 67 32 27 53 66
Binary 10111100 1111100 1010101 0 100010 110111 11010 10111 101011 110110

Color Harmonies of #BC7C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7C55

Black with #BC7C55

Text Example


Text Example

White with #BC7C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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