Html Css Color HEX #BC135C Jazzberry Jam

📋 copy color: '#BC135C'

red 188 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #BC135C

Tints of Jazzberry Jam #BC135C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.35%

 BLUE value IS 92 (36.33% from 255) = 30.77%

R = 62.88%
G = 6.35%
B = 30.77%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#BC135C (or 0xBC135C) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 5C. RGB value is (188,19,92). Sum of RGB (Red+Green+Blue) = 188+19+92=299 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.88% from 299); Green value is 19 (7.81% from 255 or 6.35% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 188 - color contains mainly: red. Hex color #BC135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC135C is #43ECA3. Grayscale: #4D4D4D. Windows color (decimal): -4451492 or 6034364. OLE color: 6034364.

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

Color convert

RGB 188 19 92 -
CMYK 0 0.90 0.51 0.26
HSL 334.08º 0.82% 0.41% -
HSV(B) 334.08º 0.9% 0.74% -
XYZ 22.9 11.93 11.22 -
YUV 77.85 135.99 206.56 -
System Red Green Blue C M Y K H S L
Decimal 188 19 92 0 0.90 0.51 0.26 334.08 0.82 0.41
Hex BC 13 5C 0 5A 33 1A 14E 52 29
Octal 274 23 134 0 132 63 32 516 122 51
Binary 10111100 10011 1011100 0 1011010 110011 11010 101001110 1010010 101001

Color Harmonies of #BC135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC135C

Black with #BC135C

Text Example


Text Example

White with #BC135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC135C; }

 p { color: rgb(188,19,92); }

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

background-color css

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

 a { background-color: rgb(188,19,92); }

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

border-color css

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

 span { border-color: rgb(188,19,92); }

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