Html Css Color HEX #BC165D Jazzberry Jam

📋 copy color: '#BC165D'

red 188 ◦ green 22 ◦ blue 93

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

Shades of Jazzberry Jam #BC165D

Tints of Jazzberry Jam #BC165D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.26%

 BLUE value IS 93 (36.72% from 255) = 30.69%

R = 62.05%
G = 7.26%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC165D (or 0xBC165D) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 5D. RGB value is (188,22,93). Sum of RGB (Red+Green+Blue) = 188+22+93=303 (40% of max value = 765). Red value is 188 (73.83% from 255 or 62.05% from 303); Green value is 22 (8.98% from 255 or 7.26% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 188 - color contains mainly: red. Hex color #BC165D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC165D is #43E9A2. Grayscale: #4F4F4F. Windows color (decimal): -4450723 or 6100668. OLE color: 6100668.

HSL color Cylindrical-coordinate representation of color #BC165D: hue angle of 334.34º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BC165D is Cyan = 0, Magento = 0.88, Yellow = 0.51 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 22 93 -
CMYK 0 0.88 0.51 0.26
HSL 334.34º 0.79% 0.41% -
HSV(B) 334.34º 0.88% 0.74% -
XYZ 23 12.06 11.47 -
YUV 79.73 135.5 205.23 -
System Red Green Blue C M Y K H S L
Decimal 188 22 93 0 0.88 0.51 0.26 334.34 0.79 0.41
Hex BC 16 5D 0 58 33 1A 14E 4F 29
Octal 274 26 135 0 130 63 32 516 117 51
Binary 10111100 10110 1011101 0 1011000 110011 11010 101001110 1001111 101001

Color Harmonies of #BC165D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC165D

Black with #BC165D

Text Example


Text Example

White with #BC165D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC165D; }

 p { color: rgb(188,22,93); }

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

background-color css

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

 a { background-color: rgb(188,22,93); }

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

border-color css

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

 span { border-color: rgb(188,22,93); }

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