Html Css Color HEX #B50669 Jazzberry Jam

📋 copy color: '#B50669'

red 181 ◦ green 6 ◦ blue 105

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

Shades of Jazzberry Jam #B50669

Tints of Jazzberry Jam #B50669

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.05%

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

R = 61.99%
G = 2.05%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B50669 (or 0xB50669) is known color: Jazzberry Jam. HEX triplet: B5, 06 and 69. RGB value is (181,6,105). Sum of RGB (Red+Green+Blue) = 181+6+105=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 6 (2.73% from 255 or 2.05% from 292); Blue value is 105 (41.41% from 255 or 35.96% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B50669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50669 is #4AF996. Grayscale: #454545. Windows color (decimal): -4913559 or 6882997. OLE color: 6882997.

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

Color convert

RGB 181 6 105 -
CMYK 0 0.97 0.42 0.29
HSL 326.06º 0.94% 0.37% -
HSV(B) 326.06º 0.97% 0.71% -
XYZ 21.67 10.97 14.34 -
YUV 69.61 147.98 207.45 -
System Red Green Blue C M Y K H S L
Decimal 181 6 105 0 0.97 0.42 0.29 326.06 0.94 0.37
Hex B5 6 69 0 61 2A 1D 146 5E 25
Octal 265 6 151 0 141 52 35 506 136 45
Binary 10110101 110 1101001 0 1100001 101010 11101 101000110 1011110 100101

Color Harmonies of #B50669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B50669

Black with #B50669

Text Example


Text Example

White with #B50669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B50669; }

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

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

background-color css

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

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

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

border-color css

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

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

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