Html Css Color HEX #B50855 Jazzberry Jam

📋 copy color: '#B50855'

red 181 ◦ green 8 ◦ blue 85

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

Shades of Jazzberry Jam #B50855

Tints of Jazzberry Jam #B50855

RGB

 RED value IS 181 (71.09% from 255) = 66.06%

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 85 (33.59% from 255) = 31.02%

R = 66.06%
G = 2.92%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B50855 (or 0xB50855) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 55. RGB value is (181,8,85). Sum of RGB (Red+Green+Blue) = 181+8+85=274 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.06% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 181 - color contains mainly: red. Hex color #B50855 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50855 is #4AF7AA. Grayscale: #444444. Windows color (decimal): -4913067 or 5572789. OLE color: 5572789.

HSL color Cylindrical-coordinate representation of color #B50855: hue angle of 333.29º degrees, saturation: 0.92, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B50855 is Cyan = 0, Magento = 0.96, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 8 85 -
CMYK 0 0.96 0.53 0.29
HSL 333.29º 0.92% 0.37% -
HSV(B) 333.29º 0.96% 0.71% -
XYZ 20.78 10.65 9.56 -
YUV 68.51 137.31 208.24 -
System Red Green Blue C M Y K H S L
Decimal 181 8 85 0 0.96 0.53 0.29 333.29 0.92 0.37
Hex B5 8 55 0 60 35 1D 14D 5C 25
Octal 265 10 125 0 140 65 35 515 134 45
Binary 10110101 1000 1010101 0 1100000 110101 11101 101001101 1011100 100101

Color Harmonies of #B50855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50855

Black with #B50855

Text Example


Text Example

White with #B50855

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50855; }

 p { color: rgb(181,8,85); }

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

background-color css

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

 a { background-color: rgb(181,8,85); }

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

border-color css

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

 span { border-color: rgb(181,8,85); }

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