Html Css Color HEX #BC774D Brandy Punch

📋 copy color: '#BC774D'

red 188 ◦ green 119 ◦ blue 77

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

Shades of Brandy Punch #BC774D

Tints of Brandy Punch #BC774D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 20.05%

R = 48.96%
G = 30.99%
B = 20.05%

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

#BC774D (or 0xBC774D) is known color: Brandy Punch. HEX triplet: BC, 77 and 4D. RGB value is (188,119,77). Sum of RGB (Red+Green+Blue) = 188+119+77=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 119 (46.88% from 255 or 30.99% from 384); Blue value is 77 (30.47% from 255 or 20.05% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC774D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC774D is #4388B2. Grayscale: #878787. Windows color (decimal): -4425907 or 5076924. OLE color: 5076924.

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

Color convert

RGB 188 119 77 -
CMYK 0 0.37 0.59 0.26
HSL 22.7º 0.45% 0.52% -
HSV(B) 22.7º 0.59% 0.74% -
XYZ 28.68 24.42 10.22 -
YUV 134.84 95.36 165.92 -
System Red Green Blue C M Y K H S L
Decimal 188 119 77 0 0.37 0.59 0.26 22.7 0.45 0.52
Hex BC 77 4D 0 25 3B 1A 17 2D 34
Octal 274 167 115 0 45 73 32 27 55 64
Binary 10111100 1110111 1001101 0 100101 111011 11010 10111 101101 110100

Color Harmonies of #BC774D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC774D

Black with #BC774D

Text Example


Text Example

White with #BC774D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC774D; }

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

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

background-color css

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

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

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

border-color css

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

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

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