Html Css Color HEX #BB0165 Jazzberry Jam

📋 copy color: '#BB0165'

red 187 ◦ green 1 ◦ blue 101

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

Shades of Jazzberry Jam #BB0165

Tints of Jazzberry Jam #BB0165

RGB

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

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

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

R = 64.71%
G = 0.35%
B = 34.95%

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

#BB0165 (or 0xBB0165) is known color: Jazzberry Jam. HEX triplet: BB, 01 and 65. RGB value is (187,1,101). Sum of RGB (Red+Green+Blue) = 187+1+101=289 (38% of max value = 765). Red value is 187 (73.44% from 255 or 64.71% from 289); Green value is 1 (0.78% from 255 or 0.35% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0165 is #44FE9A. Grayscale: #434343. Windows color (decimal): -4521627 or 6619579. OLE color: 6619579.

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

Color convert

RGB 187 1 101 -
CMYK 0 0.99 0.46 0.27
HSL 327.74º 0.99% 0.37% -
HSV(B) 327.74º 0.99% 0.73% -
XYZ 22.85 11.53 13.33 -
YUV 68.01 146.62 212.87 -
System Red Green Blue C M Y K H S L
Decimal 187 1 101 0 0.99 0.46 0.27 327.74 0.99 0.37
Hex BB 1 65 0 63 2E 1B 148 63 25
Octal 273 1 145 0 143 56 33 510 143 45
Binary 10111011 1 1100101 0 1100011 101110 11011 101001000 1100011 100101

Color Harmonies of #BB0165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0165

Black with #BB0165

Text Example


Text Example

White with #BB0165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0165; }

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

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

background-color css

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

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

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

border-color css

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

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

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