Html Css Color HEX #BB035B Jazzberry Jam

📋 copy color: '#BB035B'

red 187 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #BB035B

Tints of Jazzberry Jam #BB035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.07%

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

R = 66.55%
G = 1.07%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#BB035B (or 0xBB035B) is known color: Jazzberry Jam. HEX triplet: BB, 03 and 5B. RGB value is (187,3,91). Sum of RGB (Red+Green+Blue) = 187+3+91=281 (37% of max value = 765). Red value is 187 (73.44% from 255 or 66.55% from 281); Green value is 3 (1.56% from 255 or 1.07% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 187 - color contains mainly: red. Hex color #BB035B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB035B is #44FCA4. Grayscale: #434343. Windows color (decimal): -4521125 or 5964731. OLE color: 5964731.

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

Color convert

RGB 187 3 91 -
CMYK 0 0.98 0.51 0.27
HSL 331.3º 0.97% 0.37% -
HSV(B) 331.3º 0.98% 0.73% -
XYZ 22.41 11.39 10.91 -
YUV 68.05 140.96 212.84 -
System Red Green Blue C M Y K H S L
Decimal 187 3 91 0 0.98 0.51 0.27 331.3 0.97 0.37
Hex BB 3 5B 0 62 33 1B 14B 61 25
Octal 273 3 133 0 142 63 33 513 141 45
Binary 10111011 11 1011011 0 1100010 110011 11011 101001011 1100001 100101

Color Harmonies of #BB035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB035B

Black with #BB035B

Text Example


Text Example

White with #BB035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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