Html Css Color HEX #BC0351 Jazzberry Jam

📋 copy color: '#BC0351'

red 188 ◦ green 3 ◦ blue 81

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

Shades of Jazzberry Jam #BC0351

Tints of Jazzberry Jam #BC0351

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 81 (32.03% from 255) = 29.78%

R = 69.12%
G = 1.1%
B = 29.78%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.57

 K value IS 0.26

RGB Variations

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

Color information

#BC0351 (or 0xBC0351) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 51. RGB value is (188,3,81). Sum of RGB (Red+Green+Blue) = 188+3+81=272 (36% of max value = 765). Red value is 188 (73.83% from 255 or 69.12% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 81 (32.03% from 255 or 29.78% from 272); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0351 is #43FCAE. Grayscale: #434343. Windows color (decimal): -4455599 or 5309372. OLE color: 5309372.

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

Color convert

RGB 188 3 81 -
CMYK 0 0.98 0.57 0.26
HSL 334.7º 0.97% 0.37% -
HSV(B) 334.7º 0.98% 0.74% -
XYZ 22.26 11.35 8.8 -
YUV 67.21 135.79 214.16 -
System Red Green Blue C M Y K H S L
Decimal 188 3 81 0 0.98 0.57 0.26 334.7 0.97 0.37
Hex BC 3 51 0 62 39 1A 14F 61 25
Octal 274 3 121 0 142 71 32 517 141 45
Binary 10111100 11 1010001 0 1100010 111001 11010 101001111 1100001 100101

Color Harmonies of #BC0351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0351

Black with #BC0351

Text Example


Text Example

White with #BC0351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0351; }

 p { color: rgb(188,3,81); }

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

background-color css

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

 a { background-color: rgb(188,3,81); }

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

border-color css

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

 span { border-color: rgb(188,3,81); }

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