Html Css Color HEX #B71B5B Jazzberry Jam

📋 copy color: '#B71B5B'

red 183 ◦ green 27 ◦ blue 91

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

Shades of Jazzberry Jam #B71B5B

Tints of Jazzberry Jam #B71B5B

RGB

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

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

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

R = 60.8%
G = 8.97%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B71B5B (or 0xB71B5B) is known color: Jazzberry Jam. HEX triplet: B7, 1B and 5B. RGB value is (183,27,91). Sum of RGB (Red+Green+Blue) = 183+27+91=301 (39% of max value = 765). Red value is 183 (71.88% from 255 or 60.80% from 301); Green value is 27 (10.94% from 255 or 8.97% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B5B is #48E4A4. Grayscale: #505050. Windows color (decimal): -4777125 or 5970871. OLE color: 5970871.

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

Color convert

RGB 183 27 91 -
CMYK 0 0.85 0.50 0.28
HSL 335.38º 0.74% 0.41% -
HSV(B) 335.38º 0.85% 0.72% -
XYZ 21.81 11.61 10.99 -
YUV 80.94 133.68 200.8 -
System Red Green Blue C M Y K H S L
Decimal 183 27 91 0 0.85 0.50 0.28 335.38 0.74 0.41
Hex B7 1B 5B 0 55 32 1C 14F 4A 29
Octal 267 33 133 0 125 62 34 517 112 51
Binary 10110111 11011 1011011 0 1010101 110010 11100 101001111 1001010 101001

Color Harmonies of #B71B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B5B

Black with #B71B5B

Text Example


Text Example

White with #B71B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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