Html Css Color HEX #BC774F Brandy Punch

📋 copy color: '#BC774F'

red 188 ◦ green 119 ◦ blue 79

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

Shades of Brandy Punch #BC774F

Tints of Brandy Punch #BC774F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.47%

R = 48.7%
G = 30.83%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.58

 K value IS 0.26

RGB Variations

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

Color information

#BC774F (or 0xBC774F) is known color: Brandy Punch. HEX triplet: BC, 77 and 4F. RGB value is (188,119,79). Sum of RGB (Red+Green+Blue) = 188+119+79=386 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.70% from 386); Green value is 119 (46.88% from 255 or 30.83% from 386); Blue value is 79 (31.25% from 255 or 20.47% from 386); Max value from RGB is 188 - color contains mainly: red. Hex color #BC774F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC774F is #4388B0. Grayscale: #878787. Windows color (decimal): -4425905 or 5207996. OLE color: 5207996.

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

Color convert

RGB 188 119 79 -
CMYK 0 0.37 0.58 0.26
HSL 22.02º 0.45% 0.52% -
HSV(B) 22.02º 0.58% 0.74% -
XYZ 28.75 24.45 10.6 -
YUV 135.07 96.36 165.75 -
System Red Green Blue C M Y K H S L
Decimal 188 119 79 0 0.37 0.58 0.26 22.02 0.45 0.52
Hex BC 77 4F 0 25 3A 1A 16 2D 34
Octal 274 167 117 0 45 72 32 26 55 64
Binary 10111100 1110111 1001111 0 100101 111010 11010 10110 101101 110100

Color Harmonies of #BC774F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC774F

Black with #BC774F

Text Example


Text Example

White with #BC774F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC774F; }

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

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

background-color css

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

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

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

border-color css

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

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

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