Html Css Color HEX #BB0953 Jazzberry Jam

📋 copy color: '#BB0953'

red 187 ◦ green 9 ◦ blue 83

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

Shades of Jazzberry Jam #BB0953

Tints of Jazzberry Jam #BB0953

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.75%

R = 67.03%
G = 3.23%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB0953 (or 0xBB0953) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 53. RGB value is (187,9,83). Sum of RGB (Red+Green+Blue) = 187+9+83=279 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.03% from 279); Green value is 9 (3.91% from 255 or 3.23% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0953 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0953 is #44F6AC. Grayscale: #464646. Windows color (decimal): -4519597 or 5441979. OLE color: 5441979.

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

Color convert

RGB 187 9 83 -
CMYK 0 0.95 0.56 0.27
HSL 335.06º 0.91% 0.38% -
HSV(B) 335.06º 0.95% 0.73% -
XYZ 22.15 11.38 9.21 -
YUV 70.66 134.97 210.98 -
System Red Green Blue C M Y K H S L
Decimal 187 9 83 0 0.95 0.56 0.27 335.06 0.91 0.38
Hex BB 9 53 0 5F 38 1B 14F 5B 26
Octal 273 11 123 0 137 70 33 517 133 46
Binary 10111011 1001 1010011 0 1011111 111000 11011 101001111 1011011 100110

Color Harmonies of #BB0953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0953

Black with #BB0953

Text Example


Text Example

White with #BB0953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0953; }

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

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

background-color css

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

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

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

border-color css

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

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

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