Html Css Color HEX #BB125D Jazzberry Jam

📋 copy color: '#BB125D'

red 187 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #BB125D

Tints of Jazzberry Jam #BB125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

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

R = 62.75%
G = 6.04%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.50

 K value IS 0.27

RGB Variations

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

Color information

#BB125D (or 0xBB125D) is known color: Jazzberry Jam. HEX triplet: BB, 12 and 5D. RGB value is (187,18,93). Sum of RGB (Red+Green+Blue) = 187+18+93=298 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.75% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 187 - color contains mainly: red. Hex color #BB125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB125D is #44EDA2. Grayscale: #4C4C4C. Windows color (decimal): -4517283 or 6099643. OLE color: 6099643.

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

Color convert

RGB 187 18 93 -
CMYK 0 0.90 0.50 0.27
HSL 333.37º 0.82% 0.4% -
HSV(B) 333.37º 0.9% 0.73% -
XYZ 22.69 11.79 11.44 -
YUV 77.08 136.99 206.4 -
System Red Green Blue C M Y K H S L
Decimal 187 18 93 0 0.90 0.50 0.27 333.37 0.82 0.4
Hex BB 12 5D 0 5A 32 1B 14D 52 28
Octal 273 22 135 0 132 62 33 515 122 50
Binary 10111011 10010 1011101 0 1011010 110010 11011 101001101 1010010 101000

Color Harmonies of #BB125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB125D

Black with #BB125D

Text Example


Text Example

White with #BB125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB125D; }

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

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

background-color css

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

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

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

border-color css

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

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

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