Html Css Color HEX #BC8349 Brandy Punch

📋 copy color: '#BC8349'

red 188 ◦ green 131 ◦ blue 73

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

Shades of Brandy Punch #BC8349

Tints of Brandy Punch #BC8349

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.42%

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

R = 47.96%
G = 33.42%
B = 18.62%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.26

RGB Variations

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

Color information

#BC8349 (or 0xBC8349) is known color: Brandy Punch. HEX triplet: BC, 83 and 49. RGB value is (188,131,73). Sum of RGB (Red+Green+Blue) = 188+131+73=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 131 (51.56% from 255 or 33.42% from 392); Blue value is 73 (28.91% from 255 or 18.62% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8349 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8349 is #437CB6. Grayscale: #8D8D8D. Windows color (decimal): -4422839 or 4817852. OLE color: 4817852.

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

Color convert

RGB 188 131 73 -
CMYK 0 0.30 0.61 0.26
HSL 30.26º 0.46% 0.51% -
HSV(B) 30.26º 0.61% 0.74% -
XYZ 30.06 27.41 10.01 -
YUV 141.43 89.38 161.22 -
System Red Green Blue C M Y K H S L
Decimal 188 131 73 0 0.30 0.61 0.26 30.26 0.46 0.51
Hex BC 83 49 0 1E 3D 1A 1E 2E 33
Octal 274 203 111 0 36 75 32 36 56 63
Binary 10111100 10000011 1001001 0 11110 111101 11010 11110 101110 110011

Color Harmonies of #BC8349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8349

Black with #BC8349

Text Example


Text Example

White with #BC8349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8349; }

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

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

background-color css

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

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

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

border-color css

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

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

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