Html Css Color HEX #BC0259 Jazzberry Jam

📋 copy color: '#BC0259'

red 188 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #BC0259

Tints of Jazzberry Jam #BC0259

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 67.38%
G = 0.72%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC0259 (or 0xBC0259) is known color: Jazzberry Jam. HEX triplet: BC, 02 and 59. RGB value is (188,2,89). Sum of RGB (Red+Green+Blue) = 188+2+89=279 (36% of max value = 765). Red value is 188 (73.83% from 255 or 67.38% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0259 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0259 is #43FDA6. Grayscale: #434343. Windows color (decimal): -4455847 or 5833404. OLE color: 5833404.

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

Color convert

RGB 188 2 89 -
CMYK 0 0.99 0.53 0.26
HSL 331.94º 0.98% 0.37% -
HSV(B) 331.94º 0.99% 0.74% -
XYZ 22.56 11.46 10.47 -
YUV 67.53 140.12 213.93 -
System Red Green Blue C M Y K H S L
Decimal 188 2 89 0 0.99 0.53 0.26 331.94 0.98 0.37
Hex BC 2 59 0 63 35 1A 14C 62 25
Octal 274 2 131 0 143 65 32 514 142 45
Binary 10111100 10 1011001 0 1100011 110101 11010 101001100 1100010 100101

Color Harmonies of #BC0259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0259

Black with #BC0259

Text Example


Text Example

White with #BC0259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0259; }

 p { color: rgb(188,2,89); }

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

background-color css

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

 a { background-color: rgb(188,2,89); }

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

border-color css

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

 span { border-color: rgb(188,2,89); }

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