Html Css Color HEX #BB104F Jazzberry Jam

📋 copy color: '#BB104F'

red 187 ◦ green 16 ◦ blue 79

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

Shades of Jazzberry Jam #BB104F

Tints of Jazzberry Jam #BB104F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 28.01%

R = 66.31%
G = 5.67%
B = 28.01%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB104F (or 0xBB104F) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 4F. RGB value is (187,16,79). Sum of RGB (Red+Green+Blue) = 187+16+79=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 79 (31.25% from 255 or 28.01% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB104F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB104F is #44EFB0. Grayscale: #4A4A4A. Windows color (decimal): -4517809 or 5181627. OLE color: 5181627.

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

Color convert

RGB 187 16 79 -
CMYK 0 0.91 0.58 0.27
HSL 337.89º 0.84% 0.4% -
HSV(B) 337.89º 0.91% 0.73% -
XYZ 22.09 11.5 8.45 -
YUV 74.31 130.65 208.38 -
System Red Green Blue C M Y K H S L
Decimal 187 16 79 0 0.91 0.58 0.27 337.89 0.84 0.4
Hex BB 10 4F 0 5B 3A 1B 152 54 28
Octal 273 20 117 0 133 72 33 522 124 50
Binary 10111011 10000 1001111 0 1011011 111010 11011 101010010 1010100 101000

Color Harmonies of #BB104F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB104F

Black with #BB104F

Text Example


Text Example

White with #BB104F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB104F; }

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

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

background-color css

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

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

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

border-color css

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

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

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