Html Css Color HEX #BB0359 Jazzberry Jam

📋 copy color: '#BB0359'

red 187 ◦ green 3 ◦ blue 89

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

Shades of Jazzberry Jam #BB0359

Tints of Jazzberry Jam #BB0359

RGB

 RED value IS 187 (73.44% from 255) = 67.03%

 GREEN value IS 3 (1.56% from 255) = 1.08%

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

R = 67.03%
G = 1.08%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB0359 (or 0xBB0359) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 59. RGB value is (187,3,89). Sum of RGB (Red+Green+Blue) = 187+3+89=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0359 is #44FCA6. Grayscale: #434343. Windows color (decimal): -4521127 or 5833659. OLE color: 5833659.

HSL color Cylindrical-coordinate representation of color #BB0359: hue angle of 331.96º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BB0359 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 3 89 -
CMYK 0 0.98 0.52 0.27
HSL 331.96º 0.97% 0.37% -
HSV(B) 331.96º 0.98% 0.73% -
XYZ 22.33 11.35 10.47 -
YUV 67.82 139.96 213.01 -
System Red Green Blue C M Y K H S L
Decimal 187 3 89 0 0.98 0.52 0.27 331.96 0.97 0.37
Hex BB 3 59 0 62 34 1B 14C 61 25
Octal 273 3 131 0 142 64 33 514 141 45
Binary 10111011 11 1011001 0 1100010 110100 11011 101001100 1100001 100101

Color Harmonies of #BB0359

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0359

Black with #BB0359

Text Example


Text Example

White with #BB0359

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0359; }

 p { color: rgb(187,3,89); }

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

background-color css

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

 a { background-color: rgb(187,3,89); }

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

border-color css

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

 span { border-color: rgb(187,3,89); }

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