Html Css Color HEX #B61454 Jazzberry Jam

📋 copy color: '#B61454'

red 182 ◦ green 20 ◦ blue 84

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

Shades of Jazzberry Jam #B61454

Tints of Jazzberry Jam #B61454

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.37%

R = 63.64%
G = 6.99%
B = 29.37%

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

#B61454 (or 0xB61454) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 54. RGB value is (182,20,84). Sum of RGB (Red+Green+Blue) = 182+20+84=286 (37% of max value = 765). Red value is 182 (71.48% from 255 or 63.64% from 286); Green value is 20 (8.20% from 255 or 6.99% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 182 - color contains mainly: red. Hex color #B61454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61454 is #49EBAB. Grayscale: #4B4B4B. Windows color (decimal): -4844460 or 5510326. OLE color: 5510326.

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

Color convert

RGB 182 20 84 -
CMYK 0 0.89 0.54 0.29
HSL 336.3º 0.8% 0.4% -
HSV(B) 336.3º 0.89% 0.71% -
XYZ 21.14 11.09 9.41 -
YUV 75.73 132.67 203.8 -
System Red Green Blue C M Y K H S L
Decimal 182 20 84 0 0.89 0.54 0.29 336.3 0.8 0.4
Hex B6 14 54 0 59 36 1D 150 50 28
Octal 266 24 124 0 131 66 35 520 120 50
Binary 10110110 10100 1010100 0 1011001 110110 11101 101010000 1010000 101000

Color Harmonies of #B61454

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61454

Black with #B61454

Text Example


Text Example

White with #B61454

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61454; }

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

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

background-color css

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

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

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

border-color css

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

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

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