Html Css Color HEX #BB065B Jazzberry Jam

📋 copy color: '#BB065B'

red 187 ◦ green 6 ◦ blue 91

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

Shades of Jazzberry Jam #BB065B

Tints of Jazzberry Jam #BB065B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.11%

 BLUE value IS 91 (35.94% from 255) = 32.04%

R = 65.85%
G = 2.11%
B = 32.04%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB065B (or 0xBB065B) is known color: Jazzberry Jam. HEX triplet: BB, 06 and 5B. RGB value is (187,6,91). Sum of RGB (Red+Green+Blue) = 187+6+91=284 (37% of max value = 765). Red value is 187 (73.44% from 255 or 65.85% from 284); Green value is 6 (2.73% from 255 or 2.11% from 284); Blue value is 91 (35.94% from 255 or 32.04% from 284); Max value from RGB is 187 - color contains mainly: red. Hex color #BB065B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB065B is #44F9A4. Grayscale: #454545. Windows color (decimal): -4520357 or 5965499. OLE color: 5965499.

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

Color convert

RGB 187 6 91 -
CMYK 0 0.97 0.51 0.27
HSL 331.82º 0.94% 0.38% -
HSV(B) 331.82º 0.97% 0.73% -
XYZ 22.45 11.45 10.92 -
YUV 69.81 139.97 211.59 -
System Red Green Blue C M Y K H S L
Decimal 187 6 91 0 0.97 0.51 0.27 331.82 0.94 0.38
Hex BB 6 5B 0 61 33 1B 14C 5E 26
Octal 273 6 133 0 141 63 33 514 136 46
Binary 10111011 110 1011011 0 1100001 110011 11011 101001100 1011110 100110

Color Harmonies of #BB065B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB065B

Black with #BB065B

Text Example


Text Example

White with #BB065B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB065B; }

 p { color: rgb(187,6,91); }

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

background-color css

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

 a { background-color: rgb(187,6,91); }

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

border-color css

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

 span { border-color: rgb(187,6,91); }

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