Html Css Color HEX #BC0352 Jazzberry Jam

📋 copy color: '#BC0352'

red 188 ◦ green 3 ◦ blue 82

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

Shades of Jazzberry Jam #BC0352

Tints of Jazzberry Jam #BC0352

RGB

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

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

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

R = 68.86%
G = 1.1%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.26

RGB Variations

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

Color information

#BC0352 (or 0xBC0352) is known color: Jazzberry Jam. HEX triplet: BC, 03 and 52. RGB value is (188,3,82). Sum of RGB (Red+Green+Blue) = 188+3+82=273 (36% of max value = 765). Red value is 188 (73.83% from 255 or 68.86% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 82 (32.42% from 255 or 30.04% from 273); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0352 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC0352 is #43FCAD. Grayscale: #434343. Windows color (decimal): -4455598 or 5374908. OLE color: 5374908.

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

Color convert

RGB 188 3 82 -
CMYK 0 0.98 0.56 0.26
HSL 334.38º 0.97% 0.37% -
HSV(B) 334.38º 0.98% 0.74% -
XYZ 22.29 11.37 9 -
YUV 67.32 136.29 214.08 -
System Red Green Blue C M Y K H S L
Decimal 188 3 82 0 0.98 0.56 0.26 334.38 0.97 0.37
Hex BC 3 52 0 62 38 1A 14E 61 25
Octal 274 3 122 0 142 70 32 516 141 45
Binary 10111100 11 1010010 0 1100010 111000 11010 101001110 1100001 100101

Color Harmonies of #BC0352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0352

Black with #BC0352

Text Example


Text Example

White with #BC0352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0352; }

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

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

background-color css

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

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

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

border-color css

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

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

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