Html Css Color HEX #B2185A Jazzberry Jam

📋 copy color: '#B2185A'

red 178 ◦ green 24 ◦ blue 90

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

Shades of Jazzberry Jam #B2185A

Tints of Jazzberry Jam #B2185A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.82%

R = 60.96%
G = 8.22%
B = 30.82%

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

#B2185A (or 0xB2185A) is known color: Jazzberry Jam. HEX triplet: B2, 18 and 5A. RGB value is (178,24,90). Sum of RGB (Red+Green+Blue) = 178+24+90=292 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.96% from 292); Green value is 24 (9.77% from 255 or 8.22% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 178 - color contains mainly: red. Hex color #B2185A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2185A is #4DE7A5. Grayscale: #4D4D4D. Windows color (decimal): -5105574 or 5904562. OLE color: 5904562.

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

Color convert

RGB 178 24 90 -
CMYK 0 0.87 0.49 0.30
HSL 334.29º 0.76% 0.4% -
HSV(B) 334.29º 0.87% 0.7% -
XYZ 20.53 10.86 10.69 -
YUV 77.57 135.02 199.63 -
System Red Green Blue C M Y K H S L
Decimal 178 24 90 0 0.87 0.49 0.30 334.29 0.76 0.4
Hex B2 18 5A 0 57 31 1E 14E 4C 28
Octal 262 30 132 0 127 61 36 516 114 50
Binary 10110010 11000 1011010 0 1010111 110001 11110 101001110 1001100 101000

Color Harmonies of #B2185A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2185A

Black with #B2185A

Text Example


Text Example

White with #B2185A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2185A; }

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

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

background-color css

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

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

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

border-color css

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

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

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