Html Css Color HEX #BB0369 Jazzberry Jam

📋 copy color: '#BB0369'

red 187 ◦ green 3 ◦ blue 105

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

Shades of Jazzberry Jam #BB0369

Tints of Jazzberry Jam #BB0369

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.02%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 63.39%
G = 1.02%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.44

 K value IS 0.27

RGB Variations

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

Color information

#BB0369 (or 0xBB0369) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 69. RGB value is (187,3,105). Sum of RGB (Red+Green+Blue) = 187+3+105=295 (39% of max value = 765). Red value is 187 (73.44% from 255 or 63.39% from 295); Green value is 3 (1.56% from 255 or 1.02% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0369 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0369 is #44FC96. Grayscale: #454545. Windows color (decimal): -4521111 or 6882235. OLE color: 6882235.

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

Color convert

RGB 187 3 105 -
CMYK 0 0.98 0.44 0.27
HSL 326.74º 0.97% 0.37% -
HSV(B) 326.74º 0.98% 0.73% -
XYZ 23.08 11.65 14.4 -
YUV 69.64 147.96 211.71 -
System Red Green Blue C M Y K H S L
Decimal 187 3 105 0 0.98 0.44 0.27 326.74 0.97 0.37
Hex BB 3 69 0 62 2C 1B 147 61 25
Octal 273 3 151 0 142 54 33 507 141 45
Binary 10111011 11 1101001 0 1100010 101100 11011 101000111 1100001 100101

Color Harmonies of #BB0369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0369

Black with #BB0369

Text Example


Text Example

White with #BB0369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0369; }

 p { color: rgb(187,3,105); }

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

background-color css

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

 a { background-color: rgb(187,3,105); }

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

border-color css

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

 span { border-color: rgb(187,3,105); }

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