Html Css Color HEX #BC8447 Brandy Punch

📋 copy color: '#BC8447'

red 188 ◦ green 132 ◦ blue 71

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

Shades of Brandy Punch #BC8447

Tints of Brandy Punch #BC8447

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.76%

 BLUE value IS 71 (28.13% from 255) = 18.16%

R = 48.08%
G = 33.76%
B = 18.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#BC8447 (or 0xBC8447) is known color: Brandy Punch. HEX triplet: BC, 84 and 47. RGB value is (188,132,71). Sum of RGB (Red+Green+Blue) = 188+132+71=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 132 (51.95% from 255 or 33.76% from 391); Blue value is 71 (28.12% from 255 or 18.16% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8447 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8447 is #437BB8. Grayscale: #8E8E8E. Windows color (decimal): -4422585 or 4687036. OLE color: 4687036.

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

Color convert

RGB 188 132 71 -
CMYK 0 0.30 0.62 0.26
HSL 31.28º 0.47% 0.51% -
HSV(B) 31.28º 0.62% 0.74% -
XYZ 30.13 27.65 9.71 -
YUV 141.79 88.05 160.96 -
System Red Green Blue C M Y K H S L
Decimal 188 132 71 0 0.30 0.62 0.26 31.28 0.47 0.51
Hex BC 84 47 0 1E 3E 1A 1F 2F 33
Octal 274 204 107 0 36 76 32 37 57 63
Binary 10111100 10000100 1000111 0 11110 111110 11010 11111 101111 110011

Color Harmonies of #BC8447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8447

Black with #BC8447

Text Example


Text Example

White with #BC8447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8447; }

 p { color: rgb(188,132,71); }

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

background-color css

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

 a { background-color: rgb(188,132,71); }

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

border-color css

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

 span { border-color: rgb(188,132,71); }

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