Html Css Color HEX #BC165B Jazzberry Jam

📋 copy color: '#BC165B'

red 188 ◦ green 22 ◦ blue 91

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

Shades of Jazzberry Jam #BC165B

Tints of Jazzberry Jam #BC165B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 30.23%

R = 62.46%
G = 7.31%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC165B (or 0xBC165B) is known color: Jazzberry Jam. HEX triplet: BC, 16 and 5B. RGB value is (188,22,91). Sum of RGB (Red+Green+Blue) = 188+22+91=301 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.46% from 301); Green value is 22 (8.98% from 255 or 7.31% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 188 - color contains mainly: red. Hex color #BC165B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC165B is #43E9A4. Grayscale: #4F4F4F. Windows color (decimal): -4450725 or 5969596. OLE color: 5969596.

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

Color convert

RGB 188 22 91 -
CMYK 0 0.88 0.52 0.26
HSL 335.06º 0.79% 0.41% -
HSV(B) 335.06º 0.88% 0.74% -
XYZ 22.91 12.02 11.01 -
YUV 79.5 134.5 205.39 -
System Red Green Blue C M Y K H S L
Decimal 188 22 91 0 0.88 0.52 0.26 335.06 0.79 0.41
Hex BC 16 5B 0 58 34 1A 14F 4F 29
Octal 274 26 133 0 130 64 32 517 117 51
Binary 10111100 10110 1011011 0 1011000 110100 11010 101001111 1001111 101001

Color Harmonies of #BC165B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC165B

Black with #BC165B

Text Example


Text Example

White with #BC165B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC165B; }

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

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

background-color css

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

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

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

border-color css

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

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

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