Html Css Color HEX #B71054 Jazzberry Jam

📋 copy color: '#B71054'

red 183 ◦ green 16 ◦ blue 84

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

Shades of Jazzberry Jam #B71054

Tints of Jazzberry Jam #B71054

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.65%

 BLUE value IS 84 (33.2% from 255) = 29.68%

R = 64.66%
G = 5.65%
B = 29.68%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B71054 (or 0xB71054) is known color: Jazzberry Jam. HEX triplet: B7, 10 and 54. RGB value is (183,16,84). Sum of RGB (Red+Green+Blue) = 183+16+84=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 84 (33.20% from 255 or 29.68% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B71054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B71054 is #48EFAB. Grayscale: #494949. Windows color (decimal): -4779948 or 5509303. OLE color: 5509303.

HSL color Cylindrical-coordinate representation of color #B71054: hue angle of 335.57º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B71054 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 16 84 -
CMYK 0 0.91 0.54 0.28
HSL 335.57º 0.84% 0.39% -
HSV(B) 335.57º 0.91% 0.72% -
XYZ 21.31 11.08 9.4 -
YUV 73.69 133.83 205.97 -
System Red Green Blue C M Y K H S L
Decimal 183 16 84 0 0.91 0.54 0.28 335.57 0.84 0.39
Hex B7 10 54 0 5B 36 1C 150 54 27
Octal 267 20 124 0 133 66 34 520 124 47
Binary 10110111 10000 1010100 0 1011011 110110 11100 101010000 1010100 100111

Color Harmonies of #B71054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71054

Black with #B71054

Text Example


Text Example

White with #B71054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71054; }

 p { color: rgb(183,16,84); }

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

background-color css

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

 a { background-color: rgb(183,16,84); }

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

border-color css

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

 span { border-color: rgb(183,16,84); }

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