Html Css Color HEX #BB0453 Jazzberry Jam

📋 copy color: '#BB0453'

red 187 ◦ green 4 ◦ blue 83

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

Shades of Jazzberry Jam #BB0453

Tints of Jazzberry Jam #BB0453

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 68.25%
G = 1.46%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#BB0453 (or 0xBB0453) is known color: Jazzberry Jam. HEX triplet: BB, 04 and 53. RGB value is (187,4,83). Sum of RGB (Red+Green+Blue) = 187+4+83=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0453 is #44FBAC. Grayscale: #434343. Windows color (decimal): -4520877 or 5440699. OLE color: 5440699.

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

Color convert

RGB 187 4 83 -
CMYK 0 0.98 0.56 0.27
HSL 334.1º 0.96% 0.37% -
HSV(B) 334.1º 0.98% 0.73% -
XYZ 22.1 11.28 9.2 -
YUV 67.72 136.63 213.08 -
System Red Green Blue C M Y K H S L
Decimal 187 4 83 0 0.98 0.56 0.27 334.1 0.96 0.37
Hex BB 4 53 0 62 38 1B 14E 60 25
Octal 273 4 123 0 142 70 33 516 140 45
Binary 10111011 100 1010011 0 1100010 111000 11011 101001110 1100000 100101

Color Harmonies of #BB0453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0453

Black with #BB0453

Text Example


Text Example

White with #BB0453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0453; }

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

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

background-color css

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

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

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

border-color css

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

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

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