Html Css Color HEX #BC8140 Brandy Punch

📋 copy color: '#BC8140'

red 188 ◦ green 129 ◦ blue 64

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

Shades of Brandy Punch #BC8140

Tints of Brandy Punch #BC8140

RGB

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

 GREEN value IS 129 (50.78% from 255) = 33.86%

 BLUE value IS 64 (25.39% from 255) = 16.8%

R = 49.34%
G = 33.86%
B = 16.8%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#BC8140 (or 0xBC8140) is known color: Brandy Punch. HEX triplet: BC, 81 and 40. RGB value is (188,129,64). Sum of RGB (Red+Green+Blue) = 188+129+64=381 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.34% from 381); Green value is 129 (50.78% from 255 or 33.86% from 381); Blue value is 64 (25.39% from 255 or 16.80% from 381); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8140 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8140 is #437EBF. Grayscale: #8B8B8B. Windows color (decimal): -4423360 or 4227516. OLE color: 4227516.

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

Color convert

RGB 188 129 64 -
CMYK 0 0.31 0.66 0.26
HSL 31.45º 0.49% 0.49% -
HSV(B) 31.45º 0.66% 0.74% -
XYZ 29.51 26.76 8.46 -
YUV 139.23 85.55 162.79 -
System Red Green Blue C M Y K H S L
Decimal 188 129 64 0 0.31 0.66 0.26 31.45 0.49 0.49
Hex BC 81 40 0 1F 42 1A 1F 31 31
Octal 274 201 100 0 37 102 32 37 61 61
Binary 10111100 10000001 1000000 0 11111 1000010 11010 11111 110001 110001

Color Harmonies of #BC8140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8140

Black with #BC8140

Text Example


Text Example

White with #BC8140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8140; }

 p { color: rgb(188,129,64); }

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

background-color css

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

 a { background-color: rgb(188,129,64); }

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

border-color css

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

 span { border-color: rgb(188,129,64); }

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