Html Css Color HEX #B50969 Jazzberry Jam

📋 copy color: '#B50969'

red 181 ◦ green 9 ◦ blue 105

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

Shades of Jazzberry Jam #B50969

Tints of Jazzberry Jam #B50969

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.05%

 BLUE value IS 105 (41.41% from 255) = 35.59%

R = 61.36%
G = 3.05%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B50969 (or 0xB50969) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 69. RGB value is (181,9,105). Sum of RGB (Red+Green+Blue) = 181+9+105=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 9 (3.91% from 255 or 3.05% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B50969 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50969 is #4AF696. Grayscale: #474747. Windows color (decimal): -4912791 or 6883765. OLE color: 6883765.

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

Color convert

RGB 181 9 105 -
CMYK 0 0.95 0.42 0.29
HSL 326.51º 0.91% 0.37% -
HSV(B) 326.51º 0.95% 0.71% -
XYZ 21.7 11.04 14.35 -
YUV 71.37 146.98 206.19 -
System Red Green Blue C M Y K H S L
Decimal 181 9 105 0 0.95 0.42 0.29 326.51 0.91 0.37
Hex B5 9 69 0 5F 2A 1D 147 5B 25
Octal 265 11 151 0 137 52 35 507 133 45
Binary 10110101 1001 1101001 0 1011111 101010 11101 101000111 1011011 100101

Color Harmonies of #B50969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50969

Black with #B50969

Text Example


Text Example

White with #B50969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50969; }

 p { color: rgb(181,9,105); }

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

background-color css

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

 a { background-color: rgb(181,9,105); }

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

border-color css

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

 span { border-color: rgb(181,9,105); }

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