Html Css Color HEX #BB0957 Jazzberry Jam

📋 copy color: '#BB0957'

red 187 ◦ green 9 ◦ blue 87

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

Shades of Jazzberry Jam #BB0957

Tints of Jazzberry Jam #BB0957

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.18%

 BLUE value IS 87 (34.38% from 255) = 30.74%

R = 66.08%
G = 3.18%
B = 30.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB0957 (or 0xBB0957) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 57. RGB value is (187,9,87). Sum of RGB (Red+Green+Blue) = 187+9+87=283 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.08% from 283); Green value is 9 (3.91% from 255 or 3.18% from 283); Blue value is 87 (34.38% from 255 or 30.74% from 283); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0957 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0957 is #44F6A8. Grayscale: #464646. Windows color (decimal): -4519593 or 5704123. OLE color: 5704123.

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

Color convert

RGB 187 9 87 -
CMYK 0 0.95 0.53 0.27
HSL 333.71º 0.91% 0.38% -
HSV(B) 333.71º 0.95% 0.73% -
XYZ 22.31 11.45 10.05 -
YUV 71.11 136.97 210.66 -
System Red Green Blue C M Y K H S L
Decimal 187 9 87 0 0.95 0.53 0.27 333.71 0.91 0.38
Hex BB 9 57 0 5F 35 1B 14E 5B 26
Octal 273 11 127 0 137 65 33 516 133 46
Binary 10111011 1001 1010111 0 1011111 110101 11011 101001110 1011011 100110

Color Harmonies of #BB0957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0957

Black with #BB0957

Text Example


Text Example

White with #BB0957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0957; }

 p { color: rgb(187,9,87); }

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

background-color css

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

 a { background-color: rgb(187,9,87); }

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

border-color css

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

 span { border-color: rgb(187,9,87); }

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