Html Css Color HEX #BB0458 Jazzberry Jam

📋 copy color: '#BB0458'

red 187 ◦ green 4 ◦ blue 88

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

Shades of Jazzberry Jam #BB0458

Tints of Jazzberry Jam #BB0458

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.43%

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

R = 67.03%
G = 1.43%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB0458 (or 0xBB0458) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 58. RGB value is (187,4,88). Sum of RGB (Red+Green+Blue) = 187+4+88=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 4 (1.95% from 255 or 1.43% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0458 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0458 is #44FBA7. Grayscale: #444444. Windows color (decimal): -4520872 or 5768379. OLE color: 5768379.

HSL color Cylindrical-coordinate representation of color #BB0458: hue angle of 332.46º degrees, saturation: 0.96, 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 #BB0458 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 4 88 -
CMYK 0 0.98 0.53 0.27
HSL 332.46º 0.96% 0.37% -
HSV(B) 332.46º 0.98% 0.73% -
XYZ 22.3 11.36 10.25 -
YUV 68.29 139.13 212.67 -
System Red Green Blue C M Y K H S L
Decimal 187 4 88 0 0.98 0.53 0.27 332.46 0.96 0.37
Hex BB 4 58 0 62 35 1B 14C 60 25
Octal 273 4 130 0 142 65 33 514 140 45
Binary 10111011 100 1011000 0 1100010 110101 11011 101001100 1100000 100101

Color Harmonies of #BB0458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0458

Black with #BB0458

Text Example


Text Example

White with #BB0458

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0458; }

 p { color: rgb(187,4,88); }

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

background-color css

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

 a { background-color: rgb(187,4,88); }

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

border-color css

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

 span { border-color: rgb(187,4,88); }

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