Html Css Color HEX #BC7248 Brandy Punch

📋 copy color: '#BC7248'

red 188 ◦ green 114 ◦ blue 72

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

Shades of Brandy Punch #BC7248

Tints of Brandy Punch #BC7248

RGB

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

 GREEN value IS 114 (44.92% from 255) = 30.48%

 BLUE value IS 72 (28.52% from 255) = 19.25%

R = 50.27%
G = 30.48%
B = 19.25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7248 (or 0xBC7248) is known color: Brandy Punch. HEX triplet: BC, 72 and 48. RGB value is (188,114,72). Sum of RGB (Red+Green+Blue) = 188+114+72=374 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.27% from 374); Green value is 114 (44.92% from 255 or 30.48% from 374); Blue value is 72 (28.52% from 255 or 19.25% from 374); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7248 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7248 is #438DB7. Grayscale: #838383. Windows color (decimal): -4427192 or 4747964. OLE color: 4747964.

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

Color convert

RGB 188 114 72 -
CMYK 0 0.39 0.62 0.26
HSL 21.72º 0.46% 0.51% -
HSV(B) 21.72º 0.62% 0.74% -
XYZ 27.93 23.19 9.14 -
YUV 131.34 94.52 168.42 -
System Red Green Blue C M Y K H S L
Decimal 188 114 72 0 0.39 0.62 0.26 21.72 0.46 0.51
Hex BC 72 48 0 27 3E 1A 16 2E 33
Octal 274 162 110 0 47 76 32 26 56 63
Binary 10111100 1110010 1001000 0 100111 111110 11010 10110 101110 110011

Color Harmonies of #BC7248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7248

Black with #BC7248

Text Example


Text Example

White with #BC7248

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7248; }

 p { color: rgb(188,114,72); }

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

background-color css

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

 a { background-color: rgb(188,114,72); }

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

border-color css

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

 span { border-color: rgb(188,114,72); }

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