Html Css Color HEX #BC803E Brandy Punch

📋 copy color: '#BC803E'

red 188 ◦ green 128 ◦ blue 62

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

Shades of Brandy Punch #BC803E

Tints of Brandy Punch #BC803E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.4%

R = 49.74%
G = 33.86%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#BC803E (or 0xBC803E) is known color: Brandy Punch. HEX triplet: BC, 80 and 3E. RGB value is (188,128,62). Sum of RGB (Red+Green+Blue) = 188+128+62=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 62 (24.61% from 255 or 16.40% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803E is #437FC1. Grayscale: #8A8A8A. Windows color (decimal): -4423618 or 4096188. OLE color: 4096188.

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

Color convert

RGB 188 128 62 -
CMYK 0 0.32 0.67 0.26
HSL 31.43º 0.5% 0.49% -
HSV(B) 31.43º 0.67% 0.74% -
XYZ 29.33 26.48 8.12 -
YUV 138.42 84.88 163.37 -
System Red Green Blue C M Y K H S L
Decimal 188 128 62 0 0.32 0.67 0.26 31.43 0.5 0.49
Hex BC 80 3E 0 20 43 1A 1F 32 31
Octal 274 200 76 0 40 103 32 37 62 61
Binary 10111100 10000000 111110 0 100000 1000011 11010 11111 110010 110001

Color Harmonies of #BC803E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC803E

Black with #BC803E

Text Example


Text Example

White with #BC803E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC803E; }

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

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

background-color css

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

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

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

border-color css

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

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

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