Html Css Color HEX #BB084F Jazzberry Jam

📋 copy color: '#BB084F'

red 187 ◦ green 8 ◦ blue 79

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

Shades of Jazzberry Jam #BB084F

Tints of Jazzberry Jam #BB084F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 79 (31.25% from 255) = 28.83%

R = 68.25%
G = 2.92%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#BB084F (or 0xBB084F) is known color: Jazzberry Jam. HEX triplet: BB, 08 and 4F. RGB value is (187,8,79). Sum of RGB (Red+Green+Blue) = 187+8+79=274 (36% of max value = 765). Red value is 187 (73.44% from 255 or 68.25% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 79 (31.25% from 255 or 28.83% from 274); Max value from RGB is 187 - color contains mainly: red. Hex color #BB084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB084F is #44F7B0. Grayscale: #454545. Windows color (decimal): -4519857 or 5179579. OLE color: 5179579.

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

Color convert

RGB 187 8 79 -
CMYK 0 0.96 0.58 0.27
HSL 336.2º 0.92% 0.38% -
HSV(B) 336.2º 0.96% 0.73% -
XYZ 21.99 11.3 8.42 -
YUV 69.62 133.3 211.73 -
System Red Green Blue C M Y K H S L
Decimal 187 8 79 0 0.96 0.58 0.27 336.2 0.92 0.38
Hex BB 8 4F 0 60 3A 1B 150 5C 26
Octal 273 10 117 0 140 72 33 520 134 46
Binary 10111011 1000 1001111 0 1100000 111010 11011 101010000 1011100 100110

Color Harmonies of #BB084F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB084F

Black with #BB084F

Text Example


Text Example

White with #BB084F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB084F; }

 p { color: rgb(187,8,79); }

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

background-color css

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

 a { background-color: rgb(187,8,79); }

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

border-color css

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

 span { border-color: rgb(187,8,79); }

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