Html Css Color HEX #BC803C Brandy Punch

📋 copy color: '#BC803C'

red 188 ◦ green 128 ◦ blue 60

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

Shades of Brandy Punch #BC803C

Tints of Brandy Punch #BC803C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 34.04%

 BLUE value IS 60 (23.83% from 255) = 15.96%

R = 50%
G = 34.04%
B = 15.96%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.26

RGB Variations

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

Color information

#BC803C (or 0xBC803C) is known color: Brandy Punch. HEX triplet: BC, 80 and 3C. RGB value is (188,128,60). Sum of RGB (Red+Green+Blue) = 188+128+60=376 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50% from 376); Green value is 128 (50.39% from 255 or 34.04% from 376); Blue value is 60 (23.83% from 255 or 15.96% from 376); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803C is #437FC3. Grayscale: #8A8A8A. Windows color (decimal): -4423620 or 3965116. OLE color: 3965116.

HSL color Cylindrical-coordinate representation of color #BC803C: hue angle of 31.88º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BC803C is Cyan = 0, Magento = 0.32, Yellow = 0.68 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 128 60 -
CMYK 0 0.32 0.68 0.26
HSL 31.88º 0.52% 0.49% -
HSV(B) 31.88º 0.68% 0.74% -
XYZ 29.27 26.46 7.84 -
YUV 138.19 83.88 163.53 -
System Red Green Blue C M Y K H S L
Decimal 188 128 60 0 0.32 0.68 0.26 31.88 0.52 0.49
Hex BC 80 3C 0 20 44 1A 20 34 31
Octal 274 200 74 0 40 104 32 40 64 61
Binary 10111100 10000000 111100 0 100000 1000100 11010 100000 110100 110001

Color Harmonies of #BC803C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC803C

Black with #BC803C

Text Example


Text Example

White with #BC803C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC803C; }

 p { color: rgb(188,128,60); }

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

background-color css

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

 a { background-color: rgb(188,128,60); }

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

border-color css

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

 span { border-color: rgb(188,128,60); }

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