Html Css Color HEX #BC7E54 Brandy Punch

📋 copy color: '#BC7E54'

red 188 ◦ green 126 ◦ blue 84

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

Shades of Brandy Punch #BC7E54

Tints of Brandy Punch #BC7E54

RGB

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

 GREEN value IS 126 (49.61% from 255) = 31.66%

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

R = 47.24%
G = 31.66%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.55

 K value IS 0.26

RGB Variations

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

Color information

#BC7E54 (or 0xBC7E54) is known color: Brandy Punch. HEX triplet: BC, 7E and 54. RGB value is (188,126,84). Sum of RGB (Red+Green+Blue) = 188+126+84=398 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.24% from 398); Green value is 126 (49.61% from 255 or 31.66% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E54 is #4381AB. Grayscale: #8B8B8B. Windows color (decimal): -4424108 or 5537468. OLE color: 5537468.

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

Color convert

RGB 188 126 84 -
CMYK 0 0.33 0.55 0.26
HSL 24.23º 0.44% 0.53% -
HSV(B) 24.23º 0.55% 0.74% -
XYZ 29.8 26.25 11.88 -
YUV 139.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 188 126 84 0 0.33 0.55 0.26 24.23 0.44 0.53
Hex BC 7E 54 0 21 37 1A 18 2C 35
Octal 274 176 124 0 41 67 32 30 54 65
Binary 10111100 1111110 1010100 0 100001 110111 11010 11000 101100 110101

Color Harmonies of #BC7E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E54

Black with #BC7E54

Text Example


Text Example

White with #BC7E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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