Html Css Color HEX #BC135D Jazzberry Jam

📋 copy color: '#BC135D'

red 188 ◦ green 19 ◦ blue 93

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

Shades of Jazzberry Jam #BC135D

Tints of Jazzberry Jam #BC135D

RGB

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

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

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

R = 62.67%
G = 6.33%
B = 31%

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

#BC135D (or 0xBC135D) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 5D. RGB value is (188,19,93). Sum of RGB (Red+Green+Blue) = 188+19+93=300 (39% of max value = 765). Red value is 188 (73.83% from 255 or 62.67% from 300); Green value is 19 (7.81% from 255 or 6.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 188 - color contains mainly: red. Hex color #BC135D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC135D is #43ECA2. Grayscale: #4D4D4D. Windows color (decimal): -4451491 or 6099900. OLE color: 6099900.

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

Color convert

RGB 188 19 93 -
CMYK 0 0.90 0.51 0.26
HSL 333.73º 0.82% 0.41% -
HSV(B) 333.73º 0.9% 0.74% -
XYZ 22.95 11.95 11.45 -
YUV 77.97 136.49 206.48 -
System Red Green Blue C M Y K H S L
Decimal 188 19 93 0 0.90 0.51 0.26 333.73 0.82 0.41
Hex BC 13 5D 0 5A 33 1A 14E 52 29
Octal 274 23 135 0 132 63 32 516 122 51
Binary 10111100 10011 1011101 0 1011010 110011 11010 101001110 1010010 101001

Color Harmonies of #BC135D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC135D

Black with #BC135D

Text Example


Text Example

White with #BC135D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC135D; }

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

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

background-color css

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

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

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

border-color css

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

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

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