Html Css Color HEX #B2184F Jazzberry Jam

📋 copy color: '#B2184F'

red 178 ◦ green 24 ◦ blue 79

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

Shades of Jazzberry Jam #B2184F

Tints of Jazzberry Jam #B2184F

RGB

 RED value IS 178 (69.92% from 255) = 63.35%

 GREEN value IS 24 (9.77% from 255) = 8.54%

 BLUE value IS 79 (31.25% from 255) = 28.11%

R = 63.35%
G = 8.54%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2184F (or 0xB2184F) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 4F. RGB value is (178,24,79). Sum of RGB (Red+Green+Blue) = 178+24+79=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 24 (9.77% from 255 or 8.54% from 281); Blue value is 79 (31.25% from 255 or 28.11% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B2184F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2184F is #4DE7B0. Grayscale: #4C4C4C. Windows color (decimal): -5105585 or 5183666. OLE color: 5183666.

HSL color Cylindrical-coordinate representation of color #B2184F: hue angle of 338.57º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B2184F is Cyan = 0, Magento = 0.87, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 79 -
CMYK 0 0.87 0.56 0.30
HSL 338.57º 0.76% 0.4% -
HSV(B) 338.57º 0.87% 0.7% -
XYZ 20.1 10.68 8.4 -
YUV 76.32 129.52 200.53 -
System Red Green Blue C M Y K H S L
Decimal 178 24 79 0 0.87 0.56 0.30 338.57 0.76 0.4
Hex B2 18 4F 0 57 38 1E 153 4C 28
Octal 262 30 117 0 127 70 36 523 114 50
Binary 10110010 11000 1001111 0 1010111 111000 11110 101010011 1001100 101000

Color Harmonies of #B2184F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2184F

Black with #B2184F

Text Example


Text Example

White with #B2184F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2184F; }

 p { color: rgb(178,24,79); }

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

background-color css

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

 a { background-color: rgb(178,24,79); }

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

border-color css

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

 span { border-color: rgb(178,24,79); }

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