Html Css Color HEX #B5135C Jazzberry Jam

📋 copy color: '#B5135C'

red 181 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #B5135C

Tints of Jazzberry Jam #B5135C

RGB

 RED value IS 181 (71.09% from 255) = 61.99%

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

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

R = 61.99%
G = 6.51%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5135C (or 0xB5135C) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 5C. RGB value is (181,19,92). Sum of RGB (Red+Green+Blue) = 181+19+92=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 92 (36.33% from 255 or 31.51% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5135C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5135C is #4AECA3. Grayscale: #4B4B4B. Windows color (decimal): -4910244 or 6034357. OLE color: 6034357.

HSL color Cylindrical-coordinate representation of color #B5135C: hue angle of 332.96º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5135C is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 92 -
CMYK 0 0.90 0.49 0.29
HSL 332.96º 0.81% 0.39% -
HSV(B) 332.96º 0.9% 0.71% -
XYZ 21.22 11.06 11.14 -
YUV 75.76 137.17 203.06 -
System Red Green Blue C M Y K H S L
Decimal 181 19 92 0 0.90 0.49 0.29 332.96 0.81 0.39
Hex B5 13 5C 0 5A 31 1D 14D 51 27
Octal 265 23 134 0 132 61 35 515 121 47
Binary 10110101 10011 1011100 0 1011010 110001 11101 101001101 1010001 100111

Color Harmonies of #B5135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5135C

Black with #B5135C

Text Example


Text Example

White with #B5135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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