Html Css Color HEX #B41669 Jazzberry Jam

📋 copy color: '#B41669'

red 180 ◦ green 22 ◦ blue 105

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

Shades of Jazzberry Jam #B41669

Tints of Jazzberry Jam #B41669

RGB

 RED value IS 180 (70.7% from 255) = 58.63%

 GREEN value IS 22 (8.98% from 255) = 7.17%

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

R = 58.63%
G = 7.17%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B41669 (or 0xB41669) is known color: Jazzberry Jam. HEX triplet: B4, 16 and 69. RGB value is (180,22,105). Sum of RGB (Red+Green+Blue) = 180+22+105=307 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.63% from 307); Green value is 22 (8.98% from 255 or 7.17% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 180 - color contains mainly: red. Hex color #B41669 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B41669 is #4BE996. Grayscale: #4E4E4E. Windows color (decimal): -4974999 or 6887092. OLE color: 6887092.

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

Color convert

RGB 180 22 105 -
CMYK 0 0.88 0.42 0.29
HSL 328.48º 0.78% 0.4% -
HSV(B) 328.48º 0.88% 0.71% -
XYZ 21.66 11.3 14.4 -
YUV 78.7 142.85 200.25 -
System Red Green Blue C M Y K H S L
Decimal 180 22 105 0 0.88 0.42 0.29 328.48 0.78 0.4
Hex B4 16 69 0 58 2A 1D 148 4E 28
Octal 264 26 151 0 130 52 35 510 116 50
Binary 10110100 10110 1101001 0 1011000 101010 11101 101001000 1001110 101000

Color Harmonies of #B41669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B41669

Black with #B41669

Text Example


Text Example

White with #B41669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B41669; }

 p { color: rgb(180,22,105); }

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

background-color css

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

 a { background-color: rgb(180,22,105); }

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

border-color css

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

 span { border-color: rgb(180,22,105); }

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