Html Css Color HEX #B61453 Jazzberry Jam

📋 copy color: '#B61453'

red 182 ◦ green 20 ◦ blue 83

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

Shades of Jazzberry Jam #B61453

Tints of Jazzberry Jam #B61453

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 63.86%
G = 7.02%
B = 29.12%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.54

 K value IS 0.29

RGB Variations

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

Color information

#B61453 (or 0xB61453) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 53. RGB value is (182,20,83). Sum of RGB (Red+Green+Blue) = 182+20+83=285 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.86% from 285); Green value is 20 (8.20% from 255 or 7.02% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 182 - color contains mainly: red. Hex color #B61453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61453 is #49EBAC. Grayscale: #4B4B4B. Windows color (decimal): -4844461 or 5444790. OLE color: 5444790.

HSL color Cylindrical-coordinate representation of color #B61453: hue angle of 336.67º 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 #B61453 is Cyan = 0, Magento = 0.89, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 20 83 -
CMYK 0 0.89 0.54 0.29
HSL 336.67º 0.8% 0.4% -
HSV(B) 336.67º 0.89% 0.71% -
XYZ 21.1 11.07 9.21 -
YUV 75.62 132.17 203.88 -
System Red Green Blue C M Y K H S L
Decimal 182 20 83 0 0.89 0.54 0.29 336.67 0.8 0.4
Hex B6 14 53 0 59 36 1D 151 50 28
Octal 266 24 123 0 131 66 35 521 120 50
Binary 10110110 10100 1010011 0 1011001 110110 11101 101010001 1010000 101000

Color Harmonies of #B61453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61453

Black with #B61453

Text Example


Text Example

White with #B61453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61453; }

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

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

background-color css

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

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

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

border-color css

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

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

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