Html Css Color HEX #B0135C Jazzberry Jam

📋 copy color: '#B0135C'

red 176 ◦ green 19 ◦ blue 92

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

Shades of Jazzberry Jam #B0135C

Tints of Jazzberry Jam #B0135C

RGB

 RED value IS 176 (69.14% from 255) = 61.32%

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

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

R = 61.32%
G = 6.62%
B = 32.06%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0135C (or 0xB0135C) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 5C. RGB value is (176,19,92). Sum of RGB (Red+Green+Blue) = 176+19+92=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 19 (7.81% from 255 or 6.62% from 287); Blue value is 92 (36.33% from 255 or 32.06% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B0135C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0135C is #4FECA3. Grayscale: #4A4A4A. Windows color (decimal): -5237924 or 6034352. OLE color: 6034352.

HSL color Cylindrical-coordinate representation of color #B0135C: hue angle of 332.1º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0135C is Cyan = 0, Magento = 0.89, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 92 -
CMYK 0 0.89 0.48 0.31
HSL 332.1º 0.81% 0.38% -
HSV(B) 332.1º 0.89% 0.69% -
XYZ 20.07 10.47 11.09 -
YUV 74.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 176 19 92 0 0.89 0.48 0.31 332.1 0.81 0.38
Hex B0 13 5C 0 59 30 1F 14C 51 26
Octal 260 23 134 0 131 60 37 514 121 46
Binary 10110000 10011 1011100 0 1011001 110000 11111 101001100 1010001 100110

Color Harmonies of #B0135C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0135C

Black with #B0135C

Text Example


Text Example

White with #B0135C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0135C; }

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

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

background-color css

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

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

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

border-color css

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

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

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