Html Css Color HEX #BC7950 Brandy Punch

📋 copy color: '#BC7950'

red 188 ◦ green 121 ◦ blue 80

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

Shades of Brandy Punch #BC7950

Tints of Brandy Punch #BC7950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 31.11%

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

R = 48.33%
G = 31.11%
B = 20.57%

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

#BC7950 (or 0xBC7950) is known color: Brandy Punch. HEX triplet: BC, 79 and 50. RGB value is (188,121,80). Sum of RGB (Red+Green+Blue) = 188+121+80=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 121 (47.66% from 255 or 31.11% from 389); Blue value is 80 (31.64% from 255 or 20.57% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC7950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC7950 is #4386AF. Grayscale: #888888. Windows color (decimal): -4425392 or 5274044. OLE color: 5274044.

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

Color convert

RGB 188 121 80 -
CMYK 0 0.36 0.57 0.26
HSL 22.78º 0.45% 0.53% -
HSV(B) 22.78º 0.57% 0.74% -
XYZ 29.02 24.95 10.87 -
YUV 136.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 188 121 80 0 0.36 0.57 0.26 22.78 0.45 0.53
Hex BC 79 50 0 24 39 1A 17 2D 35
Octal 274 171 120 0 44 71 32 27 55 65
Binary 10111100 1111001 1010000 0 100100 111001 11010 10111 101101 110101

Color Harmonies of #BC7950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC7950

Black with #BC7950

Text Example


Text Example

White with #BC7950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC7950; }

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

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

background-color css

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

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

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

border-color css

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

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

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