Html Css Color HEX #B02261 Jazzberry Jam

📋 copy color: '#B02261'

red 176 ◦ green 34 ◦ blue 97

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

Shades of Jazzberry Jam #B02261

Tints of Jazzberry Jam #B02261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 31.6%

R = 57.33%
G = 11.07%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B02261 (or 0xB02261) is known color: Jazzberry Jam. HEX triplet: B0, 22 and 61. RGB value is (176,34,97). Sum of RGB (Red+Green+Blue) = 176+34+97=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 97 (38.28% from 255 or 31.60% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B02261 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B02261 is #4FDD9E. Grayscale: #535353. Windows color (decimal): -5234079 or 6365872. OLE color: 6365872.

HSL color Cylindrical-coordinate representation of color #B02261: hue angle of 333.38º 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 #B02261 is Cyan = 0, Magento = 0.81, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 97 -
CMYK 0 0.81 0.45 0.31
HSL 333.38º 0.68% 0.41% -
HSV(B) 333.38º 0.81% 0.69% -
XYZ 20.63 11.24 12.39 -
YUV 83.64 135.54 193.88 -
System Red Green Blue C M Y K H S L
Decimal 176 34 97 0 0.81 0.45 0.31 333.38 0.68 0.41
Hex B0 22 61 0 51 2D 1F 14D 44 29
Octal 260 42 141 0 121 55 37 515 104 51
Binary 10110000 100010 1100001 0 1010001 101101 11111 101001101 1000100 101001

Color Harmonies of #B02261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02261

Black with #B02261

Text Example


Text Example

White with #B02261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02261; }

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

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

background-color css

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

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

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

border-color css

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

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

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