Html Css Color HEX #BB0967 Jazzberry Jam

📋 copy color: '#BB0967'

red 187 ◦ green 9 ◦ blue 103

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

Shades of Jazzberry Jam #BB0967

Tints of Jazzberry Jam #BB0967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.45%

R = 62.54%
G = 3.01%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.45

 K value IS 0.27

RGB Variations

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

Color information

#BB0967 (or 0xBB0967) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 67. RGB value is (187,9,103). Sum of RGB (Red+Green+Blue) = 187+9+103=299 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.54% from 299); Green value is 9 (3.91% from 255 or 3.01% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0967 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0967 is #44F698. Grayscale: #484848. Windows color (decimal): -4519577 or 6752699. OLE color: 6752699.

HSL color Cylindrical-coordinate representation of color #BB0967: hue angle of 328.31º 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 #BB0967 is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 9 103 -
CMYK 0 0.95 0.45 0.27
HSL 328.31º 0.91% 0.38% -
HSV(B) 328.31º 0.95% 0.73% -
XYZ 23.04 11.74 13.88 -
YUV 72.94 144.97 209.36 -
System Red Green Blue C M Y K H S L
Decimal 187 9 103 0 0.95 0.45 0.27 328.31 0.91 0.38
Hex BB 9 67 0 5F 2D 1B 148 5B 26
Octal 273 11 147 0 137 55 33 510 133 46
Binary 10111011 1001 1100111 0 1011111 101101 11011 101001000 1011011 100110

Color Harmonies of #BB0967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0967

Black with #BB0967

Text Example


Text Example

White with #BB0967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0967; }

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

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

background-color css

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

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

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

border-color css

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

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

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