Html Css Color HEX #B71B6C Jazzberry Jam

📋 copy color: '#B71B6C'

red 183 ◦ green 27 ◦ blue 108

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

Shades of Jazzberry Jam #B71B6C

Tints of Jazzberry Jam #B71B6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 33.96%

R = 57.55%
G = 8.49%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.41

 K value IS 0.28

RGB Variations

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

Color information

#B71B6C (or 0xB71B6C) is known color: Jazzberry Jam. HEX triplet: B7, 1B and 6C. RGB value is (183,27,108). Sum of RGB (Red+Green+Blue) = 183+27+108=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 27 (10.94% from 255 or 8.49% from 318); Blue value is 108 (42.58% from 255 or 33.96% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B71B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B71B6C is #48E493. Grayscale: #525252. Windows color (decimal): -4777108 or 7084983. OLE color: 7084983.

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

Color convert

RGB 183 27 108 -
CMYK 0 0.85 0.41 0.28
HSL 328.85º 0.74% 0.41% -
HSV(B) 328.85º 0.85% 0.72% -
XYZ 22.63 11.93 15.3 -
YUV 82.88 142.18 199.41 -
System Red Green Blue C M Y K H S L
Decimal 183 27 108 0 0.85 0.41 0.28 328.85 0.74 0.41
Hex B7 1B 6C 0 55 29 1C 149 4A 29
Octal 267 33 154 0 125 51 34 511 112 51
Binary 10110111 11011 1101100 0 1010101 101001 11100 101001001 1001010 101001

Color Harmonies of #B71B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71B6C

Black with #B71B6C

Text Example


Text Example

White with #B71B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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