Html Css Color HEX #BC0652 Jazzberry Jam

📋 copy color: '#BC0652'

red 188 ◦ green 6 ◦ blue 82

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

Shades of Jazzberry Jam #BC0652

Tints of Jazzberry Jam #BC0652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 68.12%
G = 2.17%
B = 29.71%

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

#BC0652 (or 0xBC0652) is known color: Jazzberry Jam. HEX triplet: BC, 06 and 52. RGB value is (188,6,82). Sum of RGB (Red+Green+Blue) = 188+6+82=276 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.12% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 82 (32.42% from 255 or 29.71% from 276); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0652 is #43F9AD. Grayscale: #444444. Windows color (decimal): -4454830 or 5375676. OLE color: 5375676.

HSL color Cylindrical-coordinate representation of color #BC0652: hue angle of 334.95º degrees, saturation: 0.94, 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 #BC0652 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 6 82 -
CMYK 0 0.97 0.56 0.26
HSL 334.95º 0.94% 0.38% -
HSV(B) 334.95º 0.97% 0.74% -
XYZ 22.33 11.43 9.01 -
YUV 69.08 135.3 212.82 -
System Red Green Blue C M Y K H S L
Decimal 188 6 82 0 0.97 0.56 0.26 334.95 0.94 0.38
Hex BC 6 52 0 61 38 1A 14F 5E 26
Octal 274 6 122 0 141 70 32 517 136 46
Binary 10111100 110 1010010 0 1100001 111000 11010 101001111 1011110 100110

Color Harmonies of #BC0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0652

Black with #BC0652

Text Example


Text Example

White with #BC0652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0652; }

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

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

background-color css

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

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

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

border-color css

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

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

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