Html Css Color HEX #BC7D48 Brandy Punch

📋 copy color: '#BC7D48'

red 188 ◦ green 125 ◦ blue 72

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

Shades of Brandy Punch #BC7D48

Tints of Brandy Punch #BC7D48

RGB

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

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

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

R = 48.83%
G = 32.47%
B = 18.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC7D48 (or 0xBC7D48) is known color: Brandy Punch. HEX triplet: BC, 7D and 48. RGB value is (188,125,72). Sum of RGB (Red+Green+Blue) = 188+125+72=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 125 (49.22% from 255 or 32.47% from 385); Blue value is 72 (28.52% from 255 or 18.70% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D48 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D48 is #4382B7. Grayscale: #8A8A8A. Windows color (decimal): -4424376 or 4750780. OLE color: 4750780.

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

Color convert

RGB 188 125 72 -
CMYK 0 0.34 0.62 0.26
HSL 27.41º 0.46% 0.51% -
HSV(B) 27.41º 0.62% 0.74% -
XYZ 29.24 25.83 9.57 -
YUV 137.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 188 125 72 0 0.34 0.62 0.26 27.41 0.46 0.51
Hex BC 7D 48 0 22 3E 1A 1B 2E 33
Octal 274 175 110 0 42 76 32 33 56 63
Binary 10111100 1111101 1001000 0 100010 111110 11010 11011 101110 110011

Color Harmonies of #BC7D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D48

Black with #BC7D48

Text Example


Text Example

White with #BC7D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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