Html Css Color HEX #BC0761 Jazzberry Jam

📋 copy color: '#BC0761'

red 188 ◦ green 7 ◦ blue 97

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

Shades of Jazzberry Jam #BC0761

Tints of Jazzberry Jam #BC0761

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.4%

 BLUE value IS 97 (38.28% from 255) = 33.22%

R = 64.38%
G = 2.4%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BC0761 (or 0xBC0761) is known color: Jazzberry Jam. HEX triplet: BC, 07 and 61. RGB value is (188,7,97). Sum of RGB (Red+Green+Blue) = 188+7+97=292 (38% of max value = 765). Red value is 188 (73.83% from 255 or 64.38% from 292); Green value is 7 (3.12% from 255 or 2.40% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0761 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0761 is #43F89E. Grayscale: #474747. Windows color (decimal): -4454559 or 6358972. OLE color: 6358972.

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

Color convert

RGB 188 7 97 -
CMYK 0 0.96 0.48 0.26
HSL 330.17º 0.93% 0.38% -
HSV(B) 330.17º 0.96% 0.74% -
XYZ 22.97 11.71 12.36 -
YUV 71.38 142.47 211.18 -
System Red Green Blue C M Y K H S L
Decimal 188 7 97 0 0.96 0.48 0.26 330.17 0.93 0.38
Hex BC 7 61 0 60 30 1A 14A 5D 26
Octal 274 7 141 0 140 60 32 512 135 46
Binary 10111100 111 1100001 0 1100000 110000 11010 101001010 1011101 100110

Color Harmonies of #BC0761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0761

Black with #BC0761

Text Example


Text Example

White with #BC0761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0761; }

 p { color: rgb(188,7,97); }

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

background-color css

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

 a { background-color: rgb(188,7,97); }

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

border-color css

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

 span { border-color: rgb(188,7,97); }

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