Html Css Color HEX #B61450 Jazzberry Jam

📋 copy color: '#B61450'

red 182 ◦ green 20 ◦ blue 80

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

Shades of Jazzberry Jam #B61450

Tints of Jazzberry Jam #B61450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.37%

R = 64.54%
G = 7.09%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.29

RGB Variations

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

Color information

#B61450 (or 0xB61450) is known color: Jazzberry Jam. HEX triplet: B6, 14 and 50. RGB value is (182,20,80). Sum of RGB (Red+Green+Blue) = 182+20+80=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 80 (31.64% from 255 or 28.37% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B61450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61450 is #49EBAF. Grayscale: #4B4B4B. Windows color (decimal): -4844464 or 5248182. OLE color: 5248182.

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

Color convert

RGB 182 20 80 -
CMYK 0 0.89 0.56 0.29
HSL 337.78º 0.8% 0.4% -
HSV(B) 337.78º 0.89% 0.71% -
XYZ 20.99 11.02 8.61 -
YUV 75.28 130.67 204.12 -
System Red Green Blue C M Y K H S L
Decimal 182 20 80 0 0.89 0.56 0.29 337.78 0.8 0.4
Hex B6 14 50 0 59 38 1D 152 50 28
Octal 266 24 120 0 131 70 35 522 120 50
Binary 10110110 10100 1010000 0 1011001 111000 11101 101010010 1010000 101000

Color Harmonies of #B61450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61450

Black with #B61450

Text Example


Text Example

White with #B61450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61450; }

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

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

background-color css

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

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

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

border-color css

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

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

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