Html Css Color HEX #B2045A Jazzberry Jam

📋 copy color: '#B2045A'

red 178 ◦ green 4 ◦ blue 90

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

Shades of Jazzberry Jam #B2045A

Tints of Jazzberry Jam #B2045A

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 65.44%
G = 1.47%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2045A (or 0xB2045A) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 5A. RGB value is (178,4,90). Sum of RGB (Red+Green+Blue) = 178+4+90=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2045A is #4DFBA5. Grayscale: #414141. Windows color (decimal): -5110694 or 5899442. OLE color: 5899442.

HSL color Cylindrical-coordinate representation of color #B2045A: hue angle of 330.34º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2045A is Cyan = 0, Magento = 0.98, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 4 90 -
CMYK 0 0.98 0.49 0.30
HSL 330.34º 0.96% 0.36% -
HSV(B) 330.34º 0.98% 0.7% -
XYZ 20.25 10.29 10.59 -
YUV 65.83 141.65 208.01 -
System Red Green Blue C M Y K H S L
Decimal 178 4 90 0 0.98 0.49 0.30 330.34 0.96 0.36
Hex B2 4 5A 0 62 31 1E 14A 60 24
Octal 262 4 132 0 142 61 36 512 140 44
Binary 10110010 100 1011010 0 1100010 110001 11110 101001010 1100000 100100

Color Harmonies of #B2045A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2045A

Black with #B2045A

Text Example


Text Example

White with #B2045A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2045A; }

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

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

background-color css

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

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

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

border-color css

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

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

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