Html Css Color HEX #BC774E Brandy Punch

📋 copy color: '#BC774E'

red 188 ◦ green 119 ◦ blue 78

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

Shades of Brandy Punch #BC774E

Tints of Brandy Punch #BC774E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 30.91%

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

R = 48.83%
G = 30.91%
B = 20.26%

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

#BC774E (or 0xBC774E) is known color: Brandy Punch. HEX triplet: BC, 77 and 4E. RGB value is (188,119,78). Sum of RGB (Red+Green+Blue) = 188+119+78=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 119 (46.88% from 255 or 30.91% from 385); Blue value is 78 (30.86% from 255 or 20.26% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC774E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC774E is #4388B1. Grayscale: #878787. Windows color (decimal): -4425906 or 5142460. OLE color: 5142460.

HSL color Cylindrical-coordinate representation of color #BC774E: hue angle of 22.36º 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 #BC774E is Cyan = 0, Magento = 0.37, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 119 78 -
CMYK 0 0.37 0.59 0.26
HSL 22.36º 0.45% 0.52% -
HSV(B) 22.36º 0.59% 0.74% -
XYZ 28.71 24.44 10.41 -
YUV 134.96 95.86 165.83 -
System Red Green Blue C M Y K H S L
Decimal 188 119 78 0 0.37 0.59 0.26 22.36 0.45 0.52
Hex BC 77 4E 0 25 3B 1A 16 2D 34
Octal 274 167 116 0 45 73 32 26 55 64
Binary 10111100 1110111 1001110 0 100101 111011 11010 10110 101101 110100

Color Harmonies of #BC774E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC774E

Black with #BC774E

Text Example


Text Example

White with #BC774E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC774E; }

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

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

background-color css

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

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

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

border-color css

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

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

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