Html Css Color HEX #BC8347 Brandy Punch

📋 copy color: '#BC8347'

red 188 ◦ green 131 ◦ blue 71

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

Shades of Brandy Punch #BC8347

Tints of Brandy Punch #BC8347

RGB

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

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

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

R = 48.21%
G = 33.59%
B = 18.21%

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

#BC8347 (or 0xBC8347) is known color: Brandy Punch. HEX triplet: BC, 83 and 47. RGB value is (188,131,71). Sum of RGB (Red+Green+Blue) = 188+131+71=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 71 (28.12% from 255 or 18.21% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8347 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8347 is #437CB8. Grayscale: #8D8D8D. Windows color (decimal): -4422841 or 4686780. OLE color: 4686780.

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

Color convert

RGB 188 131 71 -
CMYK 0 0.30 0.62 0.26
HSL 30.77º 0.47% 0.51% -
HSV(B) 30.77º 0.62% 0.74% -
XYZ 29.99 27.38 9.67 -
YUV 141.2 88.38 161.38 -
System Red Green Blue C M Y K H S L
Decimal 188 131 71 0 0.30 0.62 0.26 30.77 0.47 0.51
Hex BC 83 47 0 1E 3E 1A 1F 2F 33
Octal 274 203 107 0 36 76 32 37 57 63
Binary 10111100 10000011 1000111 0 11110 111110 11010 11111 101111 110011

Color Harmonies of #BC8347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8347

Black with #BC8347

Text Example


Text Example

White with #BC8347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8347; }

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

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

background-color css

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

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

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

border-color css

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

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

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