Html Css Color HEX #B00260 Jazzberry Jam

📋 copy color: '#B00260'

red 176 ◦ green 2 ◦ blue 96

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

Shades of Jazzberry Jam #B00260

Tints of Jazzberry Jam #B00260

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

 BLUE value IS 96 (37.89% from 255) = 35.04%

R = 64.23%
G = 0.73%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B00260 (or 0xB00260) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 60. RGB value is (176,2,96). Sum of RGB (Red+Green+Blue) = 176+2+96=274 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.23% from 274); Green value is 2 (1.17% from 255 or 0.73% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 176 - color contains mainly: red. Hex color #B00260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00260 is #4FFD9F. Grayscale: #404040. Windows color (decimal): -5242272 or 6292144. OLE color: 6292144.

HSL color Cylindrical-coordinate representation of color #B00260: hue angle of 327.59º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00260 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 96 -
CMYK 0 0.99 0.45 0.31
HSL 327.59º 0.98% 0.35% -
HSV(B) 327.59º 0.99% 0.69% -
XYZ 20.04 10.12 11.96 -
YUV 64.74 145.65 207.36 -
System Red Green Blue C M Y K H S L
Decimal 176 2 96 0 0.99 0.45 0.31 327.59 0.98 0.35
Hex B0 2 60 0 63 2D 1F 148 62 23
Octal 260 2 140 0 143 55 37 510 142 43
Binary 10110000 10 1100000 0 1100011 101101 11111 101001000 1100010 100011

Color Harmonies of #B00260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00260

Black with #B00260

Text Example


Text Example

White with #B00260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00260; }

 p { color: rgb(176,2,96); }

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

background-color css

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

 a { background-color: rgb(176,2,96); }

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

border-color css

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

 span { border-color: rgb(176,2,96); }

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