Html Css Color HEX #BC7D52 Brandy Punch

📋 copy color: '#BC7D52'

red 188 ◦ green 125 ◦ blue 82

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

Shades of Brandy Punch #BC7D52

Tints of Brandy Punch #BC7D52

RGB

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

 GREEN value IS 125 (49.22% from 255) = 31.65%

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

R = 47.59%
G = 31.65%
B = 20.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC7D52 (or 0xBC7D52) is known color: Brandy Punch. HEX triplet: BC, 7D and 52. RGB value is (188,125,82). Sum of RGB (Red+Green+Blue) = 188+125+82=395 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.59% from 395); Green value is 125 (49.22% from 255 or 31.65% from 395); Blue value is 82 (32.42% from 255 or 20.76% from 395); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D52 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D52 is #4382AD. Grayscale: #8B8B8B. Windows color (decimal): -4424366 or 5406140. OLE color: 5406140.

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

Color convert

RGB 188 125 82 -
CMYK 0 0.34 0.56 0.26
HSL 24.34º 0.44% 0.53% -
HSV(B) 24.34º 0.56% 0.74% -
XYZ 29.6 25.97 11.44 -
YUV 138.94 95.87 163 -
System Red Green Blue C M Y K H S L
Decimal 188 125 82 0 0.34 0.56 0.26 24.34 0.44 0.53
Hex BC 7D 52 0 22 38 1A 18 2C 35
Octal 274 175 122 0 42 70 32 30 54 65
Binary 10111100 1111101 1010010 0 100010 111000 11010 11000 101100 110101

Color Harmonies of #BC7D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D52

Black with #BC7D52

Text Example


Text Example

White with #BC7D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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