Html Css Color HEX #B71A5E Jazzberry Jam

📋 copy color: '#B71A5E'

red 183 ◦ green 26 ◦ blue 94

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

Shades of Jazzberry Jam #B71A5E

Tints of Jazzberry Jam #B71A5E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 8.58%

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

R = 60.4%
G = 8.58%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#B71A5E (or 0xB71A5E) is known color: Jazzberry Jam. HEX triplet: B7, 1A and 5E. RGB value is (183,26,94). Sum of RGB (Red+Green+Blue) = 183+26+94=303 (40% of max value = 765). Red value is 183 (71.88% from 255 or 60.40% from 303); Green value is 26 (10.55% from 255 or 8.58% from 303); Blue value is 94 (37.11% from 255 or 31.02% from 303); Max value from RGB is 183 - color contains mainly: red. Hex color #B71A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71A5E is #48E5A1. Grayscale: #505050. Windows color (decimal): -4777378 or 6167223. OLE color: 6167223.

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

Color convert

RGB 183 26 94 -
CMYK 0 0.86 0.49 0.28
HSL 334.01º 0.75% 0.41% -
HSV(B) 334.01º 0.86% 0.72% -
XYZ 21.92 11.61 11.68 -
YUV 80.7 135.51 200.97 -
System Red Green Blue C M Y K H S L
Decimal 183 26 94 0 0.86 0.49 0.28 334.01 0.75 0.41
Hex B7 1A 5E 0 56 31 1C 14E 4B 29
Octal 267 32 136 0 126 61 34 516 113 51
Binary 10110111 11010 1011110 0 1010110 110001 11100 101001110 1001011 101001

Color Harmonies of #B71A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71A5E

Black with #B71A5E

Text Example


Text Example

White with #B71A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71A5E; }

 p { color: rgb(183,26,94); }

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

background-color css

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

 a { background-color: rgb(183,26,94); }

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

border-color css

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

 span { border-color: rgb(183,26,94); }

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