Html Css Color HEX #BC7E4A Brandy Punch

📋 copy color: '#BC7E4A'

red 188 ◦ green 126 ◦ blue 74

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

Shades of Brandy Punch #BC7E4A

Tints of Brandy Punch #BC7E4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 48.45%
G = 32.47%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC7E4A (or 0xBC7E4A) is known color: Brandy Punch. HEX triplet: BC, 7E and 4A. RGB value is (188,126,74). Sum of RGB (Red+Green+Blue) = 188+126+74=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 126 (49.61% from 255 or 32.47% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7E4A is #4381B5. Grayscale: #8A8A8A. Windows color (decimal): -4424118 or 4882108. OLE color: 4882108.

HSL color Cylindrical-coordinate representation of color #BC7E4A: hue angle of 27.37º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BC7E4A is Cyan = 0, Magento = 0.33, Yellow = 0.61 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 126 74 -
CMYK 0 0.33 0.61 0.26
HSL 27.37º 0.46% 0.51% -
HSV(B) 27.37º 0.61% 0.74% -
XYZ 29.44 26.11 9.97 -
YUV 138.61 91.54 163.23 -
System Red Green Blue C M Y K H S L
Decimal 188 126 74 0 0.33 0.61 0.26 27.37 0.46 0.51
Hex BC 7E 4A 0 21 3D 1A 1B 2E 33
Octal 274 176 112 0 41 75 32 33 56 63
Binary 10111100 1111110 1001010 0 100001 111101 11010 11011 101110 110011

Color Harmonies of #BC7E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E4A

Black with #BC7E4A

Text Example


Text Example

White with #BC7E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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