Html Css Color HEX #BC8146 Brandy Punch

📋 copy color: '#BC8146'

red 188 ◦ green 129 ◦ blue 70

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

Shades of Brandy Punch #BC8146

Tints of Brandy Punch #BC8146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 18.09%

R = 48.58%
G = 33.33%
B = 18.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.26

RGB Variations

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

Color information

#BC8146 (or 0xBC8146) is known color: Brandy Punch. HEX triplet: BC, 81 and 46. RGB value is (188,129,70). Sum of RGB (Red+Green+Blue) = 188+129+70=387 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.58% from 387); Green value is 129 (50.78% from 255 or 33.33% from 387); Blue value is 70 (27.73% from 255 or 18.09% from 387); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8146 is #437EB9. Grayscale: #8C8C8C. Windows color (decimal): -4423354 or 4620732. OLE color: 4620732.

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

Color convert

RGB 188 129 70 -
CMYK 0 0.31 0.63 0.26
HSL 30º 0.47% 0.51% -
HSV(B) 30º 0.63% 0.74% -
XYZ 29.69 26.83 9.41 -
YUV 139.92 88.55 162.3 -
System Red Green Blue C M Y K H S L
Decimal 188 129 70 0 0.31 0.63 0.26 30 0.47 0.51
Hex BC 81 46 0 1F 3F 1A 1E 2F 33
Octal 274 201 106 0 37 77 32 36 57 63
Binary 10111100 10000001 1000110 0 11111 111111 11010 11110 101111 110011

Color Harmonies of #BC8146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8146

Black with #BC8146

Text Example


Text Example

White with #BC8146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8146; }

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

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

background-color css

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

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

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

border-color css

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

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

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