Html Css Color HEX #BC7D4A Brandy Punch

📋 copy color: '#BC7D4A'

red 188 ◦ green 125 ◦ blue 74

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

Shades of Brandy Punch #BC7D4A

Tints of Brandy Punch #BC7D4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.12%

R = 48.58%
G = 32.3%
B = 19.12%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC7D4A (or 0xBC7D4A) is known color: Brandy Punch. HEX triplet: BC, 7D and 4A. RGB value is (188,125,74). Sum of RGB (Red+Green+Blue) = 188+125+74=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 125 (49.22% from 255 or 32.30% from 387); Blue value is 74 (29.30% from 255 or 19.12% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7D4A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BC7D4A is #4382B5. Grayscale: #8A8A8A. Windows color (decimal): -4424374 or 4881852. OLE color: 4881852.

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

Color convert

RGB 188 125 74 -
CMYK 0 0.34 0.61 0.26
HSL 26.84º 0.46% 0.51% -
HSV(B) 26.84º 0.61% 0.74% -
XYZ 29.31 25.85 9.92 -
YUV 138.02 91.87 163.65 -
System Red Green Blue C M Y K H S L
Decimal 188 125 74 0 0.34 0.61 0.26 26.84 0.46 0.51
Hex BC 7D 4A 0 22 3D 1A 1B 2E 33
Octal 274 175 112 0 42 75 32 33 56 63
Binary 10111100 1111101 1001010 0 100010 111101 11010 11011 101110 110011

Color Harmonies of #BC7D4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7D4A

Black with #BC7D4A

Text Example


Text Example

White with #BC7D4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7D4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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