Html Css Color HEX #BB0265 Jazzberry Jam

📋 copy color: '#BB0265'

red 187 ◦ green 2 ◦ blue 101

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

Shades of Jazzberry Jam #BB0265

Tints of Jazzberry Jam #BB0265

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.69%

 BLUE value IS 101 (39.84% from 255) = 34.83%

R = 64.48%
G = 0.69%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB0265 (or 0xBB0265) is known color: Jazzberry Jam. HEX triplet: BB, 02 and 65. RGB value is (187,2,101). Sum of RGB (Red+Green+Blue) = 187+2+101=290 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.48% from 290); Green value is 2 (1.17% from 255 or 0.69% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0265 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0265 is #44FD9A. Grayscale: #444444. Windows color (decimal): -4521371 or 6619835. OLE color: 6619835.

HSL color Cylindrical-coordinate representation of color #BB0265: hue angle of 327.89º degrees, saturation: 0.98, 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 #BB0265 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 2 101 -
CMYK 0 0.99 0.46 0.27
HSL 327.89º 0.98% 0.37% -
HSV(B) 327.89º 0.99% 0.73% -
XYZ 22.86 11.55 13.34 -
YUV 68.6 146.29 212.45 -
System Red Green Blue C M Y K H S L
Decimal 187 2 101 0 0.99 0.46 0.27 327.89 0.98 0.37
Hex BB 2 65 0 63 2E 1B 148 62 25
Octal 273 2 145 0 143 56 33 510 142 45
Binary 10111011 10 1100101 0 1100011 101110 11011 101001000 1100010 100101

Color Harmonies of #BB0265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0265

Black with #BB0265

Text Example


Text Example

White with #BB0265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0265; }

 p { color: rgb(187,2,101); }

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

background-color css

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

 a { background-color: rgb(187,2,101); }

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

border-color css

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

 span { border-color: rgb(187,2,101); }

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