Html Css Color HEX #B0225C Jazzberry Jam

📋 copy color: '#B0225C'

red 176 ◦ green 34 ◦ blue 92

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

Shades of Jazzberry Jam #B0225C

Tints of Jazzberry Jam #B0225C

RGB

 RED value IS 176 (69.14% from 255) = 58.28%

 GREEN value IS 34 (13.67% from 255) = 11.26%

 BLUE value IS 92 (36.33% from 255) = 30.46%

R = 58.28%
G = 11.26%
B = 30.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.48

 K value IS 0.31

RGB Variations

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

Color information

#B0225C (or 0xB0225C) is known color: Jazzberry Jam. HEX triplet: B0, 22 and 5C. RGB value is (176,34,92). Sum of RGB (Red+Green+Blue) = 176+34+92=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 92 (36.33% from 255 or 30.46% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B0225C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0225C is #4FDDA3. Grayscale: #525252. Windows color (decimal): -5234084 or 6038192. OLE color: 6038192.

HSL color Cylindrical-coordinate representation of color #B0225C: hue angle of 335.49º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0225C is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 92 -
CMYK 0 0.81 0.48 0.31
HSL 335.49º 0.68% 0.41% -
HSV(B) 335.49º 0.81% 0.69% -
XYZ 20.41 11.15 11.2 -
YUV 83.07 133.04 194.28 -
System Red Green Blue C M Y K H S L
Decimal 176 34 92 0 0.81 0.48 0.31 335.49 0.68 0.41
Hex B0 22 5C 0 51 30 1F 14F 44 29
Octal 260 42 134 0 121 60 37 517 104 51
Binary 10110000 100010 1011100 0 1010001 110000 11111 101001111 1000100 101001

Color Harmonies of #B0225C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0225C

Black with #B0225C

Text Example


Text Example

White with #B0225C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0225C; }

 p { color: rgb(176,34,92); }

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

background-color css

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

 a { background-color: rgb(176,34,92); }

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

border-color css

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

 span { border-color: rgb(176,34,92); }

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