Html Css Color HEX #B81050 Jazzberry Jam

📋 copy color: '#B81050'

red 184 ◦ green 16 ◦ blue 80

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

Shades of Jazzberry Jam #B81050

Tints of Jazzberry Jam #B81050

RGB

 RED value IS 184 (72.27% from 255) = 65.71%

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

 BLUE value IS 80 (31.64% from 255) = 28.57%

R = 65.71%
G = 5.71%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.57

 K value IS 0.28

RGB Variations

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

Color information

#B81050 (or 0xB81050) is known color: Jazzberry Jam. HEX triplet: B8, 10 and 50. RGB value is (184,16,80). Sum of RGB (Red+Green+Blue) = 184+16+80=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 80 (31.64% from 255 or 28.57% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B81050 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81050 is #47EFAF. Grayscale: #494949. Windows color (decimal): -4714416 or 5247160. OLE color: 5247160.

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

Color convert

RGB 184 16 80 -
CMYK 0 0.91 0.57 0.28
HSL 337.14º 0.84% 0.39% -
HSV(B) 337.14º 0.91% 0.72% -
XYZ 21.4 11.14 8.61 -
YUV 73.53 131.66 206.8 -
System Red Green Blue C M Y K H S L
Decimal 184 16 80 0 0.91 0.57 0.28 337.14 0.84 0.39
Hex B8 10 50 0 5B 39 1C 151 54 27
Octal 270 20 120 0 133 71 34 521 124 47
Binary 10111000 10000 1010000 0 1011011 111001 11100 101010001 1010100 100111

Color Harmonies of #B81050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81050

Black with #B81050

Text Example


Text Example

White with #B81050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81050; }

 p { color: rgb(184,16,80); }

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

background-color css

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

 a { background-color: rgb(184,16,80); }

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

border-color css

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

 span { border-color: rgb(184,16,80); }

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