Html Css Color HEX #B00259 Jazzberry Jam

📋 copy color: '#B00259'

red 176 ◦ green 2 ◦ blue 89

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

Shades of Jazzberry Jam #B00259

Tints of Jazzberry Jam #B00259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 33.33%

R = 65.92%
G = 0.75%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B00259 (or 0xB00259) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 59. RGB value is (176,2,89). Sum of RGB (Red+Green+Blue) = 176+2+89=267 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.92% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 176 - color contains mainly: red. Hex color #B00259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00259 is #4FFDA6. Grayscale: #3F3F3F. Windows color (decimal): -5242279 or 5833392. OLE color: 5833392.

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

Color convert

RGB 176 2 89 -
CMYK 0 0.99 0.49 0.31
HSL 330º 0.98% 0.35% -
HSV(B) 330º 0.99% 0.69% -
XYZ 19.73 9.99 10.34 -
YUV 63.94 142.15 207.93 -
System Red Green Blue C M Y K H S L
Decimal 176 2 89 0 0.99 0.49 0.31 330 0.98 0.35
Hex B0 2 59 0 63 31 1F 14A 62 23
Octal 260 2 131 0 143 61 37 512 142 43
Binary 10110000 10 1011001 0 1100011 110001 11111 101001010 1100010 100011

Color Harmonies of #B00259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00259

Black with #B00259

Text Example


Text Example

White with #B00259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00259; }

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

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

background-color css

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

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

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

border-color css

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

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

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