Html Css Color HEX #B00263 Jazzberry Jam

📋 copy color: '#B00263'

red 176 ◦ green 2 ◦ blue 99

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

Shades of Jazzberry Jam #B00263

Tints of Jazzberry Jam #B00263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 63.54%
G = 0.72%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B00263 (or 0xB00263) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 63. RGB value is (176,2,99). Sum of RGB (Red+Green+Blue) = 176+2+99=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B00263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00263 is #4FFD9C. Grayscale: #404040. Windows color (decimal): -5242269 or 6488752. OLE color: 6488752.

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

Color convert

RGB 176 2 99 -
CMYK 0 0.99 0.44 0.31
HSL 326.55º 0.98% 0.35% -
HSV(B) 326.55º 0.99% 0.69% -
XYZ 20.18 10.17 12.7 -
YUV 65.08 147.15 207.11 -
System Red Green Blue C M Y K H S L
Decimal 176 2 99 0 0.99 0.44 0.31 326.55 0.98 0.35
Hex B0 2 63 0 63 2C 1F 147 62 23
Octal 260 2 143 0 143 54 37 507 142 43
Binary 10110000 10 1100011 0 1100011 101100 11111 101000111 1100010 100011

Color Harmonies of #B00263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00263

Black with #B00263

Text Example


Text Example

White with #B00263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00263; }

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

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

background-color css

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

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

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

border-color css

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

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

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