Html Css Color HEX #B01B5D Jazzberry Jam

📋 copy color: '#B01B5D'

red 176 ◦ green 27 ◦ blue 93

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

Shades of Jazzberry Jam #B01B5D

Tints of Jazzberry Jam #B01B5D

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.12%

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

R = 59.46%
G = 9.12%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B01B5D (or 0xB01B5D) is known color: Jazzberry Jam. HEX triplet: B0, 1B and 5D. RGB value is (176,27,93). Sum of RGB (Red+Green+Blue) = 176+27+93=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 27 (10.94% from 255 or 9.12% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B01B5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B01B5D is #4FE4A2. Grayscale: #4E4E4E. Windows color (decimal): -5235875 or 6101936. OLE color: 6101936.

HSL color Cylindrical-coordinate representation of color #B01B5D: hue angle of 333.42º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B01B5D is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 27 93 -
CMYK 0 0.85 0.47 0.31
HSL 333.42º 0.73% 0.4% -
HSV(B) 333.42º 0.85% 0.69% -
XYZ 20.27 10.8 11.37 -
YUV 79.08 135.86 197.13 -
System Red Green Blue C M Y K H S L
Decimal 176 27 93 0 0.85 0.47 0.31 333.42 0.73 0.4
Hex B0 1B 5D 0 55 2F 1F 14D 49 28
Octal 260 33 135 0 125 57 37 515 111 50
Binary 10110000 11011 1011101 0 1010101 101111 11111 101001101 1001001 101000

Color Harmonies of #B01B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01B5D

Black with #B01B5D

Text Example


Text Example

White with #B01B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01B5D; }

 p { color: rgb(176,27,93); }

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

background-color css

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

 a { background-color: rgb(176,27,93); }

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

border-color css

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

 span { border-color: rgb(176,27,93); }

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