Html Css Color HEX #BB014B Jazzberry Jam

📋 copy color: '#BB014B'

red 187 ◦ green 1 ◦ blue 75

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

Shades of Jazzberry Jam #BB014B

Tints of Jazzberry Jam #BB014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 75 (29.69% from 255) = 28.52%

R = 71.1%
G = 0.38%
B = 28.52%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.60

 K value IS 0.27

RGB Variations

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

Color information

#BB014B (or 0xBB014B) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 4B. RGB value is (187,1,75). Sum of RGB (Red+Green+Blue) = 187+1+75=263 (34% of max value = 765). Red value is 187 (73.44% from 255 or 71.10% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 75 (29.69% from 255 or 28.52% from 263); Max value from RGB is 187 - color contains mainly: red. Hex color #BB014B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB014B is #44FEB4. Grayscale: #404040. Windows color (decimal): -4521653 or 4915643. OLE color: 4915643.

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

Color convert

RGB 187 1 75 -
CMYK 0 0.99 0.60 0.27
HSL 336.13º 0.99% 0.37% -
HSV(B) 336.13º 0.99% 0.73% -
XYZ 21.77 11.09 7.65 -
YUV 65.05 133.62 214.98 -
System Red Green Blue C M Y K H S L
Decimal 187 1 75 0 0.99 0.60 0.27 336.13 0.99 0.37
Hex BB 1 4B 0 63 3C 1B 150 63 25
Octal 273 1 113 0 143 74 33 520 143 45
Binary 10111011 1 1001011 0 1100011 111100 11011 101010000 1100011 100101

Color Harmonies of #BB014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB014B

Black with #BB014B

Text Example


Text Example

White with #BB014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB014B; }

 p { color: rgb(187,1,75); }

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

background-color css

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

 a { background-color: rgb(187,1,75); }

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

border-color css

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

 span { border-color: rgb(187,1,75); }

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