Html Css Color HEX #B71B6E Jazzberry Jam

📋 copy color: '#B71B6E'

red 183 ◦ green 27 ◦ blue 110

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

Shades of Jazzberry Jam #B71B6E

Tints of Jazzberry Jam #B71B6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 34.38%

R = 57.19%
G = 8.44%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#B71B6E (or 0xB71B6E) is known color: Jazzberry Jam. HEX triplet: B7, 1B and 6E. RGB value is (183,27,110). Sum of RGB (Red+Green+Blue) = 183+27+110=320 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.19% from 320); Green value is 27 (10.94% from 255 or 8.44% from 320); Blue value is 110 (43.36% from 255 or 34.38% from 320); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B6E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B6E is #48E491. Grayscale: #525252. Windows color (decimal): -4777106 or 7216055. OLE color: 7216055.

HSL color Cylindrical-coordinate representation of color #B71B6E: hue angle of 328.08º 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 #B71B6E is Cyan = 0, Magento = 0.85, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 27 110 -
CMYK 0 0.85 0.40 0.28
HSL 328.08º 0.74% 0.41% -
HSV(B) 328.08º 0.85% 0.72% -
XYZ 22.73 11.98 15.87 -
YUV 83.11 143.18 199.25 -
System Red Green Blue C M Y K H S L
Decimal 183 27 110 0 0.85 0.40 0.28 328.08 0.74 0.41
Hex B7 1B 6E 0 55 28 1C 148 4A 29
Octal 267 33 156 0 125 50 34 510 112 51
Binary 10110111 11011 1101110 0 1010101 101000 11100 101001000 1001010 101001

Color Harmonies of #B71B6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B6E

Black with #B71B6E

Text Example


Text Example

White with #B71B6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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