Html Css Color HEX #B2054C Jazzberry Jam

📋 copy color: '#B2054C'

red 178 ◦ green 5 ◦ blue 76

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

Shades of Jazzberry Jam #B2054C

Tints of Jazzberry Jam #B2054C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

 BLUE value IS 76 (30.08% from 255) = 29.34%

R = 68.73%
G = 1.93%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.30

RGB Variations

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

Color information

#B2054C (or 0xB2054C) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 4C. RGB value is (178,5,76). Sum of RGB (Red+Green+Blue) = 178+5+76=259 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.73% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 178 - color contains mainly: red. Hex color #B2054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2054C is #4DFAB3. Grayscale: #404040. Windows color (decimal): -5110452 or 4982194. OLE color: 4982194.

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

Color convert

RGB 178 5 76 -
CMYK 0 0.97 0.57 0.30
HSL 335.38º 0.95% 0.36% -
HSV(B) 335.38º 0.97% 0.7% -
XYZ 19.72 10.1 7.75 -
YUV 64.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 178 5 76 0 0.97 0.57 0.30 335.38 0.95 0.36
Hex B2 5 4C 0 61 39 1E 14F 5F 24
Octal 262 5 114 0 141 71 36 517 137 44
Binary 10110010 101 1001100 0 1100001 111001 11110 101001111 1011111 100100

Color Harmonies of #B2054C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2054C

Black with #B2054C

Text Example


Text Example

White with #B2054C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2054C; }

 p { color: rgb(178,5,76); }

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

background-color css

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

 a { background-color: rgb(178,5,76); }

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

border-color css

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

 span { border-color: rgb(178,5,76); }

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