Html Css Color HEX #BC175E Jazzberry Jam

📋 copy color: '#BC175E'

red 188 ◦ green 23 ◦ blue 94

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

Shades of Jazzberry Jam #BC175E

Tints of Jazzberry Jam #BC175E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.54%

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 61.64%
G = 7.54%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#BC175E (or 0xBC175E) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 5E. RGB value is (188,23,94). Sum of RGB (Red+Green+Blue) = 188+23+94=305 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.64% from 305); Green value is 23 (9.38% from 255 or 7.54% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 188 - color contains mainly: red. Hex color #BC175E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC175E is #43E8A1. Grayscale: #505050. Windows color (decimal): -4450466 or 6166460. OLE color: 6166460.

HSL color Cylindrical-coordinate representation of color #BC175E: hue angle of 334.18º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC175E is Cyan = 0, Magento = 0.88, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 23 94 -
CMYK 0 0.88 0.50 0.26
HSL 334.18º 0.78% 0.41% -
HSV(B) 334.18º 0.88% 0.74% -
XYZ 23.07 12.11 11.71 -
YUV 80.43 135.66 204.73 -
System Red Green Blue C M Y K H S L
Decimal 188 23 94 0 0.88 0.50 0.26 334.18 0.78 0.41
Hex BC 17 5E 0 58 32 1A 14E 4E 29
Octal 274 27 136 0 130 62 32 516 116 51
Binary 10111100 10111 1011110 0 1011000 110010 11010 101001110 1001110 101001

Color Harmonies of #BC175E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC175E

Black with #BC175E

Text Example


Text Example

White with #BC175E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC175E; }

 p { color: rgb(188,23,94); }

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

background-color css

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

 a { background-color: rgb(188,23,94); }

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

border-color css

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

 span { border-color: rgb(188,23,94); }

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