Html Css Color HEX #B2185B Jazzberry Jam

📋 copy color: '#B2185B'

red 178 ◦ green 24 ◦ blue 91

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

Shades of Jazzberry Jam #B2185B

Tints of Jazzberry Jam #B2185B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 60.75%
G = 8.19%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2185B (or 0xB2185B) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 5B. RGB value is (178,24,91). Sum of RGB (Red+Green+Blue) = 178+24+91=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 24 (9.77% from 255 or 8.19% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2185B is #4DE7A4. Grayscale: #4D4D4D. Windows color (decimal): -5105573 or 5970098. OLE color: 5970098.

HSL color Cylindrical-coordinate representation of color #B2185B: hue angle of 333.9º 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 #B2185B is Cyan = 0, Magento = 0.87, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 24 91 -
CMYK 0 0.87 0.49 0.30
HSL 333.9º 0.76% 0.4% -
HSV(B) 333.9º 0.87% 0.7% -
XYZ 20.58 10.87 10.91 -
YUV 77.68 135.52 199.55 -
System Red Green Blue C M Y K H S L
Decimal 178 24 91 0 0.87 0.49 0.30 333.9 0.76 0.4
Hex B2 18 5B 0 57 31 1E 14E 4C 28
Octal 262 30 133 0 127 61 36 516 114 50
Binary 10110010 11000 1011011 0 1010111 110001 11110 101001110 1001100 101000

Color Harmonies of #B2185B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2185B

Black with #B2185B

Text Example


Text Example

White with #B2185B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2185B; }

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

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

background-color css

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

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

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

border-color css

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

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

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