Html Css Color HEX #B00F63 Jazzberry Jam

📋 copy color: '#B00F63'

red 176 ◦ green 15 ◦ blue 99

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

Shades of Jazzberry Jam #B00F63

Tints of Jazzberry Jam #B00F63

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.17%

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

R = 60.69%
G = 5.17%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B00F63 (or 0xB00F63) is known color: Jazzberry Jam. HEX triplet: B0, 0F and 63. RGB value is (176,15,99). Sum of RGB (Red+Green+Blue) = 176+15+99=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 15 (6.25% from 255 or 5.17% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B00F63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00F63 is #4FF09C. Grayscale: #484848. Windows color (decimal): -5238941 or 6492080. OLE color: 6492080.

HSL color Cylindrical-coordinate representation of color #B00F63: hue angle of 328.7º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B00F63 is Cyan = 0, Magento = 0.91, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 15 99 -
CMYK 0 0.91 0.44 0.31
HSL 328.7º 0.84% 0.37% -
HSV(B) 328.7º 0.91% 0.69% -
XYZ 20.33 10.47 12.75 -
YUV 72.72 142.84 201.67 -
System Red Green Blue C M Y K H S L
Decimal 176 15 99 0 0.91 0.44 0.31 328.7 0.84 0.37
Hex B0 F 63 0 5B 2C 1F 149 54 25
Octal 260 17 143 0 133 54 37 511 124 45
Binary 10110000 1111 1100011 0 1011011 101100 11111 101001001 1010100 100101

Color Harmonies of #B00F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00F63

Black with #B00F63

Text Example


Text Example

White with #B00F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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