Html Css Color HEX #BC7F54 Brandy Punch

📋 copy color: '#BC7F54'

red 188 ◦ green 127 ◦ blue 84

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

Shades of Brandy Punch #BC7F54

Tints of Brandy Punch #BC7F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.05%

R = 47.12%
G = 31.83%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC7F54 (or 0xBC7F54) is known color: Brandy Punch. HEX triplet: BC, 7F and 54. RGB value is (188,127,84). Sum of RGB (Red+Green+Blue) = 188+127+84=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 127 (50% from 255 or 31.83% from 399); Blue value is 84 (33.20% from 255 or 21.05% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7F54 is #4380AB. Grayscale: #8C8C8C. Windows color (decimal): -4423852 or 5537724. OLE color: 5537724.

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

Color convert

RGB 188 127 84 -
CMYK 0 0.32 0.55 0.26
HSL 24.81º 0.44% 0.53% -
HSV(B) 24.81º 0.55% 0.74% -
XYZ 29.93 26.51 11.93 -
YUV 140.34 96.21 162 -
System Red Green Blue C M Y K H S L
Decimal 188 127 84 0 0.32 0.55 0.26 24.81 0.44 0.53
Hex BC 7F 54 0 20 37 1A 19 2C 35
Octal 274 177 124 0 40 67 32 31 54 65
Binary 10111100 1111111 1010100 0 100000 110111 11010 11001 101100 110101

Color Harmonies of #BC7F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7F54

Black with #BC7F54

Text Example


Text Example

White with #BC7F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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