Html Css Color HEX #BC175F Jazzberry Jam

📋 copy color: '#BC175F'

red 188 ◦ green 23 ◦ blue 95

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

Shades of Jazzberry Jam #BC175F

Tints of Jazzberry Jam #BC175F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.05%

R = 61.44%
G = 7.52%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.49

 K value IS 0.26

RGB Variations

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

Color information

#BC175F (or 0xBC175F) is known color: Jazzberry Jam. HEX triplet: BC, 17 and 5F. RGB value is (188,23,95). Sum of RGB (Red+Green+Blue) = 188+23+95=306 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.44% from 306); Green value is 23 (9.38% from 255 or 7.52% from 306); Blue value is 95 (37.5% from 255 or 31.05% from 306); Max value from RGB is 188 - color contains mainly: red. Hex color #BC175F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC175F is #43E8A0. Grayscale: #505050. Windows color (decimal): -4450465 or 6231996. OLE color: 6231996.

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

Color convert

RGB 188 23 95 -
CMYK 0 0.88 0.49 0.26
HSL 333.82º 0.78% 0.41% -
HSV(B) 333.82º 0.88% 0.74% -
XYZ 23.11 12.13 11.95 -
YUV 80.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 188 23 95 0 0.88 0.49 0.26 333.82 0.78 0.41
Hex BC 17 5F 0 58 31 1A 14E 4E 29
Octal 274 27 137 0 130 61 32 516 116 51
Binary 10111100 10111 1011111 0 1011000 110001 11010 101001110 1001110 101001

Color Harmonies of #BC175F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC175F

Black with #BC175F

Text Example


Text Example

White with #BC175F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC175F; }

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

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

background-color css

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

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

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

border-color css

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

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

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