Html Css Color HEX #BC0552 Jazzberry Jam

📋 copy color: '#BC0552'

red 188 ◦ green 5 ◦ blue 82

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

Shades of Jazzberry Jam #BC0552

Tints of Jazzberry Jam #BC0552

RGB

 RED value IS 188 (73.83% from 255) = 68.36%

 GREEN value IS 5 (2.34% from 255) = 1.82%

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

R = 68.36%
G = 1.82%
B = 29.82%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC0552 (or 0xBC0552) is known color: Jazzberry Jam. HEX triplet: BC, 05 and 52. RGB value is (188,5,82). Sum of RGB (Red+Green+Blue) = 188+5+82=275 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.36% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0552 is #43FAAD. Grayscale: #444444. Windows color (decimal): -4455086 or 5375420. OLE color: 5375420.

HSL color Cylindrical-coordinate representation of color #BC0552: hue angle of 334.75º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BC0552 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 5 82 -
CMYK 0 0.97 0.56 0.26
HSL 334.75º 0.95% 0.38% -
HSV(B) 334.75º 0.97% 0.74% -
XYZ 22.32 11.41 9.01 -
YUV 68.5 135.63 213.24 -
System Red Green Blue C M Y K H S L
Decimal 188 5 82 0 0.97 0.56 0.26 334.75 0.95 0.38
Hex BC 5 52 0 61 38 1A 14F 5F 26
Octal 274 5 122 0 141 70 32 517 137 46
Binary 10111100 101 1010010 0 1100001 111000 11010 101001111 1011111 100110

Color Harmonies of #BC0552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0552

Black with #BC0552

Text Example


Text Example

White with #BC0552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0552; }

 p { color: rgb(188,5,82); }

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

background-color css

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

 a { background-color: rgb(188,5,82); }

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

border-color css

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

 span { border-color: rgb(188,5,82); }

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