Html Css Color HEX #BC135B Jazzberry Jam

📋 copy color: '#BC135B'

red 188 ◦ green 19 ◦ blue 91

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

Shades of Jazzberry Jam #BC135B

Tints of Jazzberry Jam #BC135B

RGB

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

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

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

R = 63.09%
G = 6.38%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#BC135B (or 0xBC135B) is known color: Jazzberry Jam. HEX triplet: BC, 13 and 5B. RGB value is (188,19,91). Sum of RGB (Red+Green+Blue) = 188+19+91=298 (39% of max value = 765). Red value is 188 (73.83% from 255 or 63.09% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 91 (35.94% from 255 or 30.54% from 298); Max value from RGB is 188 - color contains mainly: red. Hex color #BC135B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BC135B is #43ECA4. Grayscale: #4D4D4D. Windows color (decimal): -4451493 or 5968828. OLE color: 5968828.

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

Color convert

RGB 188 19 91 -
CMYK 0 0.90 0.52 0.26
HSL 334.44º 0.82% 0.41% -
HSV(B) 334.44º 0.9% 0.74% -
XYZ 22.86 11.91 10.99 -
YUV 77.74 135.49 206.65 -
System Red Green Blue C M Y K H S L
Decimal 188 19 91 0 0.90 0.52 0.26 334.44 0.82 0.41
Hex BC 13 5B 0 5A 34 1A 14E 52 29
Octal 274 23 133 0 132 64 32 516 122 51
Binary 10111100 10011 1011011 0 1011010 110100 11010 101001110 1010010 101001

Color Harmonies of #BC135B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC135B

Black with #BC135B

Text Example


Text Example

White with #BC135B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC135B; }

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

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

background-color css

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

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

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

border-color css

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

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

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