Html Css Color HEX #BB005F Jazzberry Jam

📋 copy color: '#BB005F'

red 187 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #BB005F

Tints of Jazzberry Jam #BB005F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 95 (37.5% from 255) = 33.69%

R = 66.31%
G = 0%
B = 33.69%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#BB005F (or 0xBB005F) is known color: Jazzberry Jam. HEX triplet: BB, 00 and 5F. RGB value is (187,0,95). Sum of RGB (Red+Green+Blue) = 187+0+95=282 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.31% from 282); Green value is 0 (0.39% from 255 or 0% from 282); Blue value is 95 (37.5% from 255 or 33.69% from 282); Max value from RGB is 187 - color contains mainly: red. Hex color #BB005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB005F is #44FFA0. Grayscale: #424242. Windows color (decimal): -4521889 or 6226107. OLE color: 6226107.

HSL color Cylindrical-coordinate representation of color #BB005F: hue angle of 329.52º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BB005F is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 0 95 -
CMYK 0 1 0.49 0.27
HSL 329.52º 1% 0.37% -
HSV(B) 329.52º 1% 0.73% -
XYZ 22.56 11.39 11.84 -
YUV 66.74 143.95 213.78 -
System Red Green Blue C M Y K H S L
Decimal 187 0 95 0 1 0.49 0.27 329.52 1 0.37
Hex BB 0 5F 0 64 31 1B 14A 64 25
Octal 273 0 137 0 144 61 33 512 144 45
Binary 10111011 0 1011111 0 1100100 110001 11011 101001010 1100100 100101

Color Harmonies of #BB005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB005F

Black with #BB005F

Text Example


Text Example

White with #BB005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB005F; }

 p { color: rgb(187,0,95); }

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

background-color css

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

 a { background-color: rgb(187,0,95); }

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

border-color css

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

 span { border-color: rgb(187,0,95); }

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