Html Css Color HEX #BC7850 Brandy Punch

📋 copy color: '#BC7850'

red 188 ◦ green 120 ◦ blue 80

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

Shades of Brandy Punch #BC7850

Tints of Brandy Punch #BC7850

RGB

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

 GREEN value IS 120 (47.27% from 255) = 30.93%

 BLUE value IS 80 (31.64% from 255) = 20.62%

R = 48.45%
G = 30.93%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC7850 (or 0xBC7850) is known color: Brandy Punch. HEX triplet: BC, 78 and 50. RGB value is (188,120,80). Sum of RGB (Red+Green+Blue) = 188+120+80=388 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.45% from 388); Green value is 120 (47.27% from 255 or 30.93% from 388); Blue value is 80 (31.64% from 255 or 20.62% from 388); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7850 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7850 is #4387AF. Grayscale: #888888. Windows color (decimal): -4425648 or 5273788. OLE color: 5273788.

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

Color convert

RGB 188 120 80 -
CMYK 0 0.36 0.57 0.26
HSL 22.22º 0.45% 0.53% -
HSV(B) 22.22º 0.57% 0.74% -
XYZ 28.9 24.7 10.83 -
YUV 135.77 96.53 165.25 -
System Red Green Blue C M Y K H S L
Decimal 188 120 80 0 0.36 0.57 0.26 22.22 0.45 0.53
Hex BC 78 50 0 24 39 1A 16 2D 35
Octal 274 170 120 0 44 71 32 26 55 65
Binary 10111100 1111000 1010000 0 100100 111001 11010 10110 101101 110101

Color Harmonies of #BC7850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7850

Black with #BC7850

Text Example


Text Example

White with #BC7850

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7850; }

 p { color: rgb(188,120,80); }

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

background-color css

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

 a { background-color: rgb(188,120,80); }

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

border-color css

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

 span { border-color: rgb(188,120,80); }

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