Html Css Color HEX #BC0958 Jazzberry Jam

📋 copy color: '#BC0958'

red 188 ◦ green 9 ◦ blue 88

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

Shades of Jazzberry Jam #BC0958

Tints of Jazzberry Jam #BC0958

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

 BLUE value IS 88 (34.77% from 255) = 30.88%

R = 65.96%
G = 3.16%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC0958 (or 0xBC0958) is known color: Jazzberry Jam. HEX triplet: BC, 09 and 58. RGB value is (188,9,88). Sum of RGB (Red+Green+Blue) = 188+9+88=285 (37% of max value = 765). Red value is 188 (73.83% from 255 or 65.96% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 88 (34.77% from 255 or 30.88% from 285); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0958 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0958 is #43F6A7. Grayscale: #474747. Windows color (decimal): -4454056 or 5769660. OLE color: 5769660.

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

Color convert

RGB 188 9 88 -
CMYK 0 0.95 0.53 0.26
HSL 333.52º 0.91% 0.39% -
HSV(B) 333.52º 0.95% 0.74% -
XYZ 22.6 11.59 10.28 -
YUV 71.53 137.3 211.08 -
System Red Green Blue C M Y K H S L
Decimal 188 9 88 0 0.95 0.53 0.26 333.52 0.91 0.39
Hex BC 9 58 0 5F 35 1A 14E 5B 27
Octal 274 11 130 0 137 65 32 516 133 47
Binary 10111100 1001 1011000 0 1011111 110101 11010 101001110 1011011 100111

Color Harmonies of #BC0958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0958

Black with #BC0958

Text Example


Text Example

White with #BC0958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0958; }

 p { color: rgb(188,9,88); }

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

background-color css

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

 a { background-color: rgb(188,9,88); }

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

border-color css

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

 span { border-color: rgb(188,9,88); }

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