Html Css Color HEX #B7015B Jazzberry Jam

📋 copy color: '#B7015B'

red 183 ◦ green 1 ◦ blue 91

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

Shades of Jazzberry Jam #B7015B

Tints of Jazzberry Jam #B7015B

RGB

 RED value IS 183 (71.88% from 255) = 66.55%

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 66.55%
G = 0.36%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B7015B (or 0xB7015B) is known color: Jazzberry Jam. HEX triplet: B7, 01 and 5B. RGB value is (183,1,91). Sum of RGB (Red+Green+Blue) = 183+1+91=275 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.55% from 275); Green value is 1 (0.78% from 255 or 0.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 183 - color contains mainly: red. Hex color #B7015B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7015B is #48FEA4. Grayscale: #414141. Windows color (decimal): -4783781 or 5964215. OLE color: 5964215.

HSL color Cylindrical-coordinate representation of color #B7015B: hue angle of 330.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B7015B is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 1 91 -
CMYK 0 0.99 0.50 0.28
HSL 330.33º 0.99% 0.36% -
HSV(B) 330.33º 0.99% 0.72% -
XYZ 21.43 10.84 10.86 -
YUV 65.68 142.3 211.68 -
System Red Green Blue C M Y K H S L
Decimal 183 1 91 0 0.99 0.50 0.28 330.33 0.99 0.36
Hex B7 1 5B 0 63 32 1C 14A 63 24
Octal 267 1 133 0 143 62 34 512 143 44
Binary 10110111 1 1011011 0 1100011 110010 11100 101001010 1100011 100100

Color Harmonies of #B7015B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7015B

Black with #B7015B

Text Example


Text Example

White with #B7015B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7015B; }

 p { color: rgb(183,1,91); }

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

background-color css

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

 a { background-color: rgb(183,1,91); }

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

border-color css

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

 span { border-color: rgb(183,1,91); }

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