Html Css Color HEX #BC8144 Brandy Punch

📋 copy color: '#BC8144'

red 188 ◦ green 129 ◦ blue 68

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

Shades of Brandy Punch #BC8144

Tints of Brandy Punch #BC8144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.66%

R = 48.83%
G = 33.51%
B = 17.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.64

 K value IS 0.26

RGB Variations

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

Color information

#BC8144 (or 0xBC8144) is known color: Brandy Punch. HEX triplet: BC, 81 and 44. RGB value is (188,129,68). Sum of RGB (Red+Green+Blue) = 188+129+68=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 68 (26.95% from 255 or 17.66% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC8144 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BC8144 is #437EBB. Grayscale: #8B8B8B. Windows color (decimal): -4423356 or 4489660. OLE color: 4489660.

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

Color convert

RGB 188 129 68 -
CMYK 0 0.31 0.64 0.26
HSL 30.5º 0.47% 0.5% -
HSV(B) 30.5º 0.64% 0.74% -
XYZ 29.63 26.81 9.08 -
YUV 139.69 87.55 162.46 -
System Red Green Blue C M Y K H S L
Decimal 188 129 68 0 0.31 0.64 0.26 30.5 0.47 0.5
Hex BC 81 44 0 1F 40 1A 1E 2F 32
Octal 274 201 104 0 37 100 32 36 57 62
Binary 10111100 10000001 1000100 0 11111 1000000 11010 11110 101111 110010

Color Harmonies of #BC8144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC8144

Black with #BC8144

Text Example


Text Example

White with #BC8144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC8144; }

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

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

background-color css

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

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

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

border-color css

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

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

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