Html Css Color HEX #BB0952 Jazzberry Jam

📋 copy color: '#BB0952'

red 187 ◦ green 9 ◦ blue 82

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

Shades of Jazzberry Jam #BB0952

Tints of Jazzberry Jam #BB0952

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.5%

R = 67.27%
G = 3.24%
B = 29.5%

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

#BB0952 (or 0xBB0952) is known color: Jazzberry Jam. HEX triplet: BB, 09 and 52. RGB value is (187,9,82). Sum of RGB (Red+Green+Blue) = 187+9+82=278 (36% of max value = 765). Red value is 187 (73.44% from 255 or 67.27% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BB0952 is #44F6AD. Grayscale: #464646. Windows color (decimal): -4519598 or 5376443. OLE color: 5376443.

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

Color convert

RGB 187 9 82 -
CMYK 0 0.95 0.56 0.27
HSL 335.39º 0.91% 0.38% -
HSV(B) 335.39º 0.95% 0.73% -
XYZ 22.11 11.37 9.01 -
YUV 70.54 134.47 211.06 -
System Red Green Blue C M Y K H S L
Decimal 187 9 82 0 0.95 0.56 0.27 335.39 0.91 0.38
Hex BB 9 52 0 5F 38 1B 14F 5B 26
Octal 273 11 122 0 137 70 33 517 133 46
Binary 10111011 1001 1010010 0 1011111 111000 11011 101001111 1011011 100110

Color Harmonies of #BB0952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0952

Black with #BB0952

Text Example


Text Example

White with #BB0952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0952; }

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

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

background-color css

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

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

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

border-color css

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

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

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