Html Css Color HEX #BB1462 Jazzberry Jam

📋 copy color: '#BB1462'

red 187 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #BB1462

Tints of Jazzberry Jam #BB1462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.56%

 BLUE value IS 98 (38.67% from 255) = 32.13%

R = 61.31%
G = 6.56%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB1462 (or 0xBB1462) is known color: Jazzberry Jam. HEX triplet: BB, 14 and 62. RGB value is (187,20,98). Sum of RGB (Red+Green+Blue) = 187+20+98=305 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.31% from 305); Green value is 20 (8.20% from 255 or 6.56% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1462 is #44EB9D. Grayscale: #4E4E4E. Windows color (decimal): -4516766 or 6427835. OLE color: 6427835.

HSL color Cylindrical-coordinate representation of color #BB1462: hue angle of 331.98º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #BB1462 is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 20 98 -
CMYK 0 0.89 0.48 0.27
HSL 331.98º 0.81% 0.41% -
HSV(B) 331.98º 0.89% 0.73% -
XYZ 22.95 11.95 12.65 -
YUV 78.83 138.83 205.16 -
System Red Green Blue C M Y K H S L
Decimal 187 20 98 0 0.89 0.48 0.27 331.98 0.81 0.41
Hex BB 14 62 0 59 30 1B 14C 51 29
Octal 273 24 142 0 131 60 33 514 121 51
Binary 10111011 10100 1100010 0 1011001 110000 11011 101001100 1010001 101001

Color Harmonies of #BB1462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1462

Black with #BB1462

Text Example


Text Example

White with #BB1462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1462; }

 p { color: rgb(187,20,98); }

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

background-color css

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

 a { background-color: rgb(187,20,98); }

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

border-color css

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

 span { border-color: rgb(187,20,98); }

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