Html Css Color HEX #BC803B Brandy Punch

📋 copy color: '#BC803B'

red 188 ◦ green 128 ◦ blue 59

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

Shades of Brandy Punch #BC803B

Tints of Brandy Punch #BC803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.73%

R = 50.13%
G = 34.13%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#BC803B (or 0xBC803B) is known color: Brandy Punch. HEX triplet: BC, 80 and 3B. RGB value is (188,128,59). Sum of RGB (Red+Green+Blue) = 188+128+59=375 (49% of max value = 765). Red value is 188 (73.83% from 255 or 50.13% from 375); Green value is 128 (50.39% from 255 or 34.13% from 375); Blue value is 59 (23.44% from 255 or 15.73% from 375); Max value from RGB is 188 - color contains mainly: red. Hex color #BC803B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC803B is #437FC4. Grayscale: #8A8A8A. Windows color (decimal): -4423621 or 3899580. OLE color: 3899580.

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

Color convert

RGB 188 128 59 -
CMYK 0 0.32 0.69 0.26
HSL 32.09º 0.52% 0.48% -
HSV(B) 32.09º 0.69% 0.74% -
XYZ 29.25 26.45 7.7 -
YUV 138.07 83.38 163.61 -
System Red Green Blue C M Y K H S L
Decimal 188 128 59 0 0.32 0.69 0.26 32.09 0.52 0.48
Hex BC 80 3B 0 20 45 1A 20 34 30
Octal 274 200 73 0 40 105 32 40 64 60
Binary 10111100 10000000 111011 0 100000 1000101 11010 100000 110100 110000

Color Harmonies of #BC803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC803B

Black with #BC803B

Text Example


Text Example

White with #BC803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC803B; }

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

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

background-color css

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

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

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

border-color css

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

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

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