Html Css Color HEX #B0135E Jazzberry Jam

📋 copy color: '#B0135E'

red 176 ◦ green 19 ◦ blue 94

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

Shades of Jazzberry Jam #B0135E

Tints of Jazzberry Jam #B0135E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 32.53%

R = 60.9%
G = 6.57%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B0135E (or 0xB0135E) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 5E. RGB value is (176,19,94). Sum of RGB (Red+Green+Blue) = 176+19+94=289 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.90% from 289); Green value is 19 (7.81% from 255 or 6.57% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 176 - color contains mainly: red. Hex color #B0135E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0135E is #4FECA1. Grayscale: #4A4A4A. Windows color (decimal): -5237922 or 6165424. OLE color: 6165424.

HSL color Cylindrical-coordinate representation of color #B0135E: hue angle of 331.34º 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 #B0135E is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 94 -
CMYK 0 0.89 0.47 0.31
HSL 331.34º 0.81% 0.38% -
HSV(B) 331.34º 0.89% 0.69% -
XYZ 20.16 10.5 11.55 -
YUV 74.49 139.01 200.4 -
System Red Green Blue C M Y K H S L
Decimal 176 19 94 0 0.89 0.47 0.31 331.34 0.81 0.38
Hex B0 13 5E 0 59 2F 1F 14B 51 26
Octal 260 23 136 0 131 57 37 513 121 46
Binary 10110000 10011 1011110 0 1011001 101111 11111 101001011 1010001 100110

Color Harmonies of #B0135E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0135E

Black with #B0135E

Text Example


Text Example

White with #B0135E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0135E; }

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

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

background-color css

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

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

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

border-color css

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

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

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