Html Css Color HEX #B61469 Jazzberry Jam

📋 copy color: '#B61469'

red 182 ◦ green 20 ◦ blue 105

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

Shades of Jazzberry Jam #B61469

Tints of Jazzberry Jam #B61469

RGB

 RED value IS 182 (71.48% from 255) = 59.28%

 GREEN value IS 20 (8.2% from 255) = 6.51%

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

R = 59.28%
G = 6.51%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.42

 K value IS 0.29

RGB Variations

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

Color information

#B61469 (or 0xB61469) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 69. RGB value is (182,20,105). Sum of RGB (Red+Green+Blue) = 182+20+105=307 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.28% from 307); Green value is 20 (8.20% from 255 or 6.51% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 182 - color contains mainly: red. Hex color #B61469 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61469 is #49EB96. Grayscale: #4D4D4D. Windows color (decimal): -4844439 or 6886582. OLE color: 6886582.

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

Color convert

RGB 182 20 105 -
CMYK 0 0.89 0.42 0.29
HSL 328.52º 0.8% 0.4% -
HSV(B) 328.52º 0.89% 0.71% -
XYZ 22.09 11.47 14.41 -
YUV 78.13 143.17 202.09 -
System Red Green Blue C M Y K H S L
Decimal 182 20 105 0 0.89 0.42 0.29 328.52 0.8 0.4
Hex B6 14 69 0 59 2A 1D 149 50 28
Octal 266 24 151 0 131 52 35 511 120 50
Binary 10110110 10100 1101001 0 1011001 101010 11101 101001001 1010000 101000

Color Harmonies of #B61469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61469

Black with #B61469

Text Example


Text Example

White with #B61469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61469; }

 p { color: rgb(182,20,105); }

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

background-color css

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

 a { background-color: rgb(182,20,105); }

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

border-color css

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

 span { border-color: rgb(182,20,105); }

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