Html Css Color HEX #BC7948 Brandy Punch

📋 copy color: '#BC7948'

red 188 ◦ green 121 ◦ blue 72

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

Shades of Brandy Punch #BC7948

Tints of Brandy Punch #BC7948

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.76%

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

R = 49.34%
G = 31.76%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7948 (or 0xBC7948) is known color: Brandy Punch. HEX triplet: BC, 79 and 48. RGB value is (188,121,72). Sum of RGB (Red+Green+Blue) = 188+121+72=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 121 (47.66% from 255 or 31.76% from 381); Blue value is 72 (28.52% from 255 or 18.90% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7948 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7948 is #4386B7. Grayscale: #878787. Windows color (decimal): -4425400 or 4749756. OLE color: 4749756.

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

Color convert

RGB 188 121 72 -
CMYK 0 0.36 0.62 0.26
HSL 25.34º 0.46% 0.51% -
HSV(B) 25.34º 0.62% 0.74% -
XYZ 28.75 24.83 9.41 -
YUV 135.45 92.2 165.48 -
System Red Green Blue C M Y K H S L
Decimal 188 121 72 0 0.36 0.62 0.26 25.34 0.46 0.51
Hex BC 79 48 0 24 3E 1A 19 2E 33
Octal 274 171 110 0 44 76 32 31 56 63
Binary 10111100 1111001 1001000 0 100100 111110 11010 11001 101110 110011

Color Harmonies of #BC7948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7948

Black with #BC7948

Text Example


Text Example

White with #BC7948

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7948; }

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

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

background-color css

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

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

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

border-color css

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

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

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