Html Css Color HEX #BB105D Jazzberry Jam

📋 copy color: '#BB105D'

red 187 ◦ green 16 ◦ blue 93

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

Shades of Jazzberry Jam #BB105D

Tints of Jazzberry Jam #BB105D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

 BLUE value IS 93 (36.72% from 255) = 31.42%

R = 63.18%
G = 5.41%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB105D (or 0xBB105D) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 5D. RGB value is (187,16,93). Sum of RGB (Red+Green+Blue) = 187+16+93=296 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.18% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 187 - color contains mainly: red. Hex color #BB105D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB105D is #44EFA2. Grayscale: #4B4B4B. Windows color (decimal): -4517795 or 6099131. OLE color: 6099131.

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

Color convert

RGB 187 16 93 -
CMYK 0 0.91 0.50 0.27
HSL 332.98º 0.84% 0.4% -
HSV(B) 332.98º 0.91% 0.73% -
XYZ 22.65 11.73 11.43 -
YUV 75.91 137.65 207.24 -
System Red Green Blue C M Y K H S L
Decimal 187 16 93 0 0.91 0.50 0.27 332.98 0.84 0.4
Hex BB 10 5D 0 5B 32 1B 14D 54 28
Octal 273 20 135 0 133 62 33 515 124 50
Binary 10111011 10000 1011101 0 1011011 110010 11011 101001101 1010100 101000

Color Harmonies of #BB105D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB105D

Black with #BB105D

Text Example


Text Example

White with #BB105D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB105D; }

 p { color: rgb(187,16,93); }

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

background-color css

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

 a { background-color: rgb(187,16,93); }

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

border-color css

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

 span { border-color: rgb(187,16,93); }

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