Html Css Color HEX #BC1067 Jazzberry Jam

📋 copy color: '#BC1067'

red 188 ◦ green 16 ◦ blue 103

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

Shades of Jazzberry Jam #BC1067

Tints of Jazzberry Jam #BC1067

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.21%

 BLUE value IS 103 (40.63% from 255) = 33.55%

R = 61.24%
G = 5.21%
B = 33.55%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.45

 K value IS 0.26

RGB Variations

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

Color information

#BC1067 (or 0xBC1067) is known color: Jazzberry Jam. HEX triplet: BC, 10 and 67. RGB value is (188,16,103). Sum of RGB (Red+Green+Blue) = 188+16+103=307 (40% of max value = 765). Red value is 188 (73.83% from 255 or 61.24% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 188 - color contains mainly: red. Hex color #BC1067 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC1067 is #43EF98. Grayscale: #4D4D4D. Windows color (decimal): -4452249 or 6754492. OLE color: 6754492.

HSL color Cylindrical-coordinate representation of color #BC1067: hue angle of 329.65º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BC1067 is Cyan = 0, Magento = 0.91, Yellow = 0.45 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 16 103 -
CMYK 0 0.91 0.45 0.26
HSL 329.65º 0.84% 0.4% -
HSV(B) 329.65º 0.91% 0.74% -
XYZ 23.37 12.04 13.92 -
YUV 77.35 142.48 206.93 -
System Red Green Blue C M Y K H S L
Decimal 188 16 103 0 0.91 0.45 0.26 329.65 0.84 0.4
Hex BC 10 67 0 5B 2D 1A 14A 54 28
Octal 274 20 147 0 133 55 32 512 124 50
Binary 10111100 10000 1100111 0 1011011 101101 11010 101001010 1010100 101000

Color Harmonies of #BC1067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC1067

Black with #BC1067

Text Example


Text Example

White with #BC1067

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC1067; }

 p { color: rgb(188,16,103); }

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

background-color css

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

 a { background-color: rgb(188,16,103); }

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

border-color css

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

 span { border-color: rgb(188,16,103); }

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