Html Css Color HEX #B00150 Jazzberry Jam

📋 copy color: '#B00150'

red 176 ◦ green 1 ◦ blue 80

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

Shades of Jazzberry Jam #B00150

Tints of Jazzberry Jam #B00150

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

 BLUE value IS 80 (31.64% from 255) = 31.13%

R = 68.48%
G = 0.39%
B = 31.13%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B00150 (or 0xB00150) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 50. RGB value is (176,1,80). Sum of RGB (Red+Green+Blue) = 176+1+80=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 1 (0.78% from 255 or 0.39% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B00150 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00150 is #4FFEAF. Grayscale: #3E3E3E. Windows color (decimal): -5242544 or 5243312. OLE color: 5243312.

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

Color convert

RGB 176 1 80 -
CMYK 0 0.99 0.55 0.31
HSL 332.91º 0.99% 0.35% -
HSV(B) 332.91º 0.99% 0.69% -
XYZ 19.36 9.83 8.47 -
YUV 62.33 137.98 209.08 -
System Red Green Blue C M Y K H S L
Decimal 176 1 80 0 0.99 0.55 0.31 332.91 0.99 0.35
Hex B0 1 50 0 63 37 1F 14D 63 23
Octal 260 1 120 0 143 67 37 515 143 43
Binary 10110000 1 1010000 0 1100011 110111 11111 101001101 1100011 100011

Color Harmonies of #B00150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00150

Black with #B00150

Text Example


Text Example

White with #B00150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00150; }

 p { color: rgb(176,1,80); }

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

background-color css

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

 a { background-color: rgb(176,1,80); }

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

border-color css

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

 span { border-color: rgb(176,1,80); }

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