Html Css Color HEX #BC7D53 Brandy Punch

📋 copy color: '#BC7D53'

red 188 ◦ green 125 ◦ blue 83

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

Shades of Brandy Punch #BC7D53

Tints of Brandy Punch #BC7D53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 20.96%

R = 47.47%
G = 31.57%
B = 20.96%

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

#BC7D53 (or 0xBC7D53) is known color: Brandy Punch. HEX triplet: BC, 7D and 53. RGB value is (188,125,83). Sum of RGB (Red+Green+Blue) = 188+125+83=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 125 (49.22% from 255 or 31.57% from 396); Blue value is 83 (32.81% from 255 or 20.96% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D53 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7D53 is #4382AC. Grayscale: #8B8B8B. Windows color (decimal): -4424365 or 5471676. OLE color: 5471676.

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

Color convert

RGB 188 125 83 -
CMYK 0 0.34 0.56 0.26
HSL 24º 0.44% 0.53% -
HSV(B) 24º 0.56% 0.74% -
XYZ 29.63 25.98 11.64 -
YUV 139.05 96.37 162.92 -
System Red Green Blue C M Y K H S L
Decimal 188 125 83 0 0.34 0.56 0.26 24 0.44 0.53
Hex BC 7D 53 0 22 38 1A 18 2C 35
Octal 274 175 123 0 42 70 32 30 54 65
Binary 10111100 1111101 1010011 0 100010 111000 11010 11000 101100 110101

Color Harmonies of #BC7D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D53

Black with #BC7D53

Text Example


Text Example

White with #BC7D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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