Html Css Color HEX #B2045F Jazzberry Jam

📋 copy color: '#B2045F'

red 178 ◦ green 4 ◦ blue 95

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

Shades of Jazzberry Jam #B2045F

Tints of Jazzberry Jam #B2045F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.3%

R = 64.26%
G = 1.44%
B = 34.3%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2045F (or 0xB2045F) is known color: Jazzberry Jam. HEX triplet: B2, 04 and 5F. RGB value is (178,4,95). Sum of RGB (Red+Green+Blue) = 178+4+95=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2045F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2045F is #4DFBA0. Grayscale: #424242. Windows color (decimal): -5110689 or 6227122. OLE color: 6227122.

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

Color convert

RGB 178 4 95 -
CMYK 0 0.98 0.47 0.30
HSL 328.62º 0.96% 0.36% -
HSV(B) 328.62º 0.98% 0.7% -
XYZ 20.47 10.38 11.75 -
YUV 66.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 178 4 95 0 0.98 0.47 0.30 328.62 0.96 0.36
Hex B2 4 5F 0 62 2F 1E 149 60 24
Octal 262 4 137 0 142 57 36 511 140 44
Binary 10110010 100 1011111 0 1100010 101111 11110 101001001 1100000 100100

Color Harmonies of #B2045F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2045F

Black with #B2045F

Text Example


Text Example

White with #B2045F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2045F; }

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

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

background-color css

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

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

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

border-color css

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

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

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