Html Css Color HEX #B2054D Jazzberry Jam

📋 copy color: '#B2054D'

red 178 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #B2054D

Tints of Jazzberry Jam #B2054D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 68.46%
G = 1.92%
B = 29.62%

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

#B2054D (or 0xB2054D) is known color: Jazzberry Jam. HEX triplet: B2, 05 and 4D. RGB value is (178,5,77). Sum of RGB (Red+Green+Blue) = 178+5+77=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 5 (2.34% from 255 or 1.92% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2054D is #4DFAB2. Grayscale: #404040. Windows color (decimal): -5110451 or 5047730. OLE color: 5047730.

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

Color convert

RGB 178 5 77 -
CMYK 0 0.97 0.57 0.30
HSL 335.03º 0.95% 0.36% -
HSV(B) 335.03º 0.97% 0.7% -
XYZ 19.75 10.11 7.93 -
YUV 64.94 134.81 208.65 -
System Red Green Blue C M Y K H S L
Decimal 178 5 77 0 0.97 0.57 0.30 335.03 0.95 0.36
Hex B2 5 4D 0 61 39 1E 14F 5F 24
Octal 262 5 115 0 141 71 36 517 137 44
Binary 10110010 101 1001101 0 1100001 111001 11110 101001111 1011111 100100

Color Harmonies of #B2054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2054D

Black with #B2054D

Text Example


Text Example

White with #B2054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2054D; }

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

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

background-color css

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

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

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

border-color css

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

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

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