Html Css Color HEX #BC764E Brandy Punch

📋 copy color: '#BC764E'

red 188 ◦ green 118 ◦ blue 78

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

Shades of Brandy Punch #BC764E

Tints of Brandy Punch #BC764E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 30.73%

 BLUE value IS 78 (30.86% from 255) = 20.31%

R = 48.96%
G = 30.73%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#BC764E (or 0xBC764E) is known color: Brandy Punch. HEX triplet: BC, 76 and 4E. RGB value is (188,118,78). Sum of RGB (Red+Green+Blue) = 188+118+78=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 118 (46.48% from 255 or 30.73% from 384); Blue value is 78 (30.86% from 255 or 20.31% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC764E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC764E is #4389B1. Grayscale: #868686. Windows color (decimal): -4426162 or 5142204. OLE color: 5142204.

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

Color convert

RGB 188 118 78 -
CMYK 0 0.37 0.59 0.26
HSL 21.82º 0.45% 0.52% -
HSV(B) 21.82º 0.59% 0.74% -
XYZ 28.59 24.2 10.37 -
YUV 134.37 96.19 166.25 -
System Red Green Blue C M Y K H S L
Decimal 188 118 78 0 0.37 0.59 0.26 21.82 0.45 0.52
Hex BC 76 4E 0 25 3B 1A 16 2D 34
Octal 274 166 116 0 45 73 32 26 55 64
Binary 10111100 1110110 1001110 0 100101 111011 11010 10110 101101 110100

Color Harmonies of #BC764E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC764E

Black with #BC764E

Text Example


Text Example

White with #BC764E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC764E; }

 p { color: rgb(188,118,78); }

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

background-color css

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

 a { background-color: rgb(188,118,78); }

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

border-color css

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

 span { border-color: rgb(188,118,78); }

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