Html Css Color HEX #BC7E52 Brandy Punch

📋 copy color: '#BC7E52'

red 188 ◦ green 126 ◦ blue 82

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

Shades of Brandy Punch #BC7E52

Tints of Brandy Punch #BC7E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 20.71%

R = 47.47%
G = 31.82%
B = 20.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC7E52 (or 0xBC7E52) is known color: Brandy Punch. HEX triplet: BC, 7E and 52. RGB value is (188,126,82). Sum of RGB (Red+Green+Blue) = 188+126+82=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 126 (49.61% from 255 or 31.82% from 396); Blue value is 82 (32.42% from 255 or 20.71% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7E52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7E52 is #4381AD. Grayscale: #8B8B8B. Windows color (decimal): -4424110 or 5406396. OLE color: 5406396.

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

Color convert

RGB 188 126 82 -
CMYK 0 0.33 0.56 0.26
HSL 24.91º 0.44% 0.53% -
HSV(B) 24.91º 0.56% 0.74% -
XYZ 29.72 26.22 11.48 -
YUV 139.52 95.54 162.58 -
System Red Green Blue C M Y K H S L
Decimal 188 126 82 0 0.33 0.56 0.26 24.91 0.44 0.53
Hex BC 7E 52 0 21 38 1A 19 2C 35
Octal 274 176 122 0 41 70 32 31 54 65
Binary 10111100 1111110 1010010 0 100001 111000 11010 11001 101100 110101

Color Harmonies of #BC7E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7E52

Black with #BC7E52

Text Example


Text Example

White with #BC7E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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