Html Css Color HEX #BC8149 Brandy Punch

📋 copy color: '#BC8149'

red 188 ◦ green 129 ◦ blue 73

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

Shades of Brandy Punch #BC8149

Tints of Brandy Punch #BC8149

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.08%

 BLUE value IS 73 (28.91% from 255) = 18.72%

R = 48.21%
G = 33.08%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8149 (or 0xBC8149) is known color: Brandy Punch. HEX triplet: BC, 81 and 49. RGB value is (188,129,73). Sum of RGB (Red+Green+Blue) = 188+129+73=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 73 (28.91% from 255 or 18.72% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8149 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8149 is #437EB6. Grayscale: #8C8C8C. Windows color (decimal): -4423351 or 4817340. OLE color: 4817340.

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

Color convert

RGB 188 129 73 -
CMYK 0 0.31 0.61 0.26
HSL 29.22º 0.46% 0.51% -
HSV(B) 29.22º 0.61% 0.74% -
XYZ 29.79 26.87 9.92 -
YUV 140.26 90.05 162.05 -
System Red Green Blue C M Y K H S L
Decimal 188 129 73 0 0.31 0.61 0.26 29.22 0.46 0.51
Hex BC 81 49 0 1F 3D 1A 1D 2E 33
Octal 274 201 111 0 37 75 32 35 56 63
Binary 10111100 10000001 1001001 0 11111 111101 11010 11101 101110 110011

Color Harmonies of #BC8149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8149

Black with #BC8149

Text Example


Text Example

White with #BC8149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8149; }

 p { color: rgb(188,129,73); }

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

background-color css

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

 a { background-color: rgb(188,129,73); }

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

border-color css

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

 span { border-color: rgb(188,129,73); }

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