Html Css Color HEX #BB1065 Jazzberry Jam

📋 copy color: '#BB1065'

red 187 ◦ green 16 ◦ blue 101

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

Shades of Jazzberry Jam #BB1065

Tints of Jazzberry Jam #BB1065

RGB

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

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

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

R = 61.51%
G = 5.26%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#BB1065 (or 0xBB1065) is known color: Jazzberry Jam. HEX triplet: BB, 10 and 65. RGB value is (187,16,101). Sum of RGB (Red+Green+Blue) = 187+16+101=304 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.51% from 304); Green value is 16 (6.64% from 255 or 5.26% from 304); Blue value is 101 (39.84% from 255 or 33.22% from 304); Max value from RGB is 187 - color contains mainly: red. Hex color #BB1065 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB1065 is #44EF9A. Grayscale: #4C4C4C. Windows color (decimal): -4517787 or 6623419. OLE color: 6623419.

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

Color convert

RGB 187 16 101 -
CMYK 0 0.91 0.46 0.27
HSL 330.18º 0.84% 0.4% -
HSV(B) 330.18º 0.91% 0.73% -
XYZ 23.03 11.87 13.39 -
YUV 76.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 187 16 101 0 0.91 0.46 0.27 330.18 0.84 0.4
Hex BB 10 65 0 5B 2E 1B 14A 54 28
Octal 273 20 145 0 133 56 33 512 124 50
Binary 10111011 10000 1100101 0 1011011 101110 11011 101001010 1010100 101000

Color Harmonies of #BB1065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB1065

Black with #BB1065

Text Example


Text Example

White with #BB1065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB1065; }

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

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

background-color css

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

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

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

border-color css

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

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

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