Html Css Color HEX #BB0B6E Jazzberry Jam

📋 copy color: '#BB0B6E'

red 187 ◦ green 11 ◦ blue 110

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

Shades of Jazzberry Jam #BB0B6E

Tints of Jazzberry Jam #BB0B6E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.57%

 BLUE value IS 110 (43.36% from 255) = 35.71%

R = 60.71%
G = 3.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#BB0B6E (or 0xBB0B6E) is known color: Jazzberry Jam. HEX triplet: BB, 0B and 6E. RGB value is (187,11,110). Sum of RGB (Red+Green+Blue) = 187+11+110=308 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.71% from 308); Green value is 11 (4.69% from 255 or 3.57% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0B6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0B6E is #44F491. Grayscale: #4A4A4A. Windows color (decimal): -4519058 or 7211963. OLE color: 7211963.

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

Color convert

RGB 187 11 110 -
CMYK 0 0.94 0.41 0.27
HSL 326.25º 0.89% 0.39% -
HSV(B) 326.25º 0.94% 0.73% -
XYZ 23.43 11.93 15.82 -
YUV 74.91 147.81 207.95 -
System Red Green Blue C M Y K H S L
Decimal 187 11 110 0 0.94 0.41 0.27 326.25 0.89 0.39
Hex BB B 6E 0 5E 29 1B 146 59 27
Octal 273 13 156 0 136 51 33 506 131 47
Binary 10111011 1011 1101110 0 1011110 101001 11011 101000110 1011001 100111

Color Harmonies of #BB0B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0B6E

Black with #BB0B6E

Text Example


Text Example

White with #BB0B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0B6E; }

 p { color: rgb(187,11,110); }

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

background-color css

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

 a { background-color: rgb(187,11,110); }

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

border-color css

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

 span { border-color: rgb(187,11,110); }

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