Html Css Color HEX #BB0962 Jazzberry Jam

📋 copy color: '#BB0962'

red 187 ◦ green 9 ◦ blue 98

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

Shades of Jazzberry Jam #BB0962

Tints of Jazzberry Jam #BB0962

RGB

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

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

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

R = 63.61%
G = 3.06%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#BB0962 (or 0xBB0962) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 62. RGB value is (187,9,98). Sum of RGB (Red+Green+Blue) = 187+9+98=294 (38% of max value = 765). Red value is 187 (73.44% from 255 or 63.61% from 294); Green value is 9 (3.91% from 255 or 3.06% from 294); Blue value is 98 (38.67% from 255 or 33.33% from 294); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0962 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0962 is #44F69D. Grayscale: #484848. Windows color (decimal): -4519582 or 6425019. OLE color: 6425019.

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

Color convert

RGB 187 9 98 -
CMYK 0 0.95 0.48 0.27
HSL 330º 0.91% 0.38% -
HSV(B) 330º 0.95% 0.73% -
XYZ 22.8 11.64 12.6 -
YUV 72.37 142.47 209.76 -
System Red Green Blue C M Y K H S L
Decimal 187 9 98 0 0.95 0.48 0.27 330 0.91 0.38
Hex BB 9 62 0 5F 30 1B 14A 5B 26
Octal 273 11 142 0 137 60 33 512 133 46
Binary 10111011 1001 1100010 0 1011111 110000 11011 101001010 1011011 100110

Color Harmonies of #BB0962

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0962

Black with #BB0962

Text Example


Text Example

White with #BB0962

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0962; }

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

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

background-color css

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

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

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

border-color css

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

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

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