#B00D5A

Color #B00D5A Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B00D5A

Tints of Jazzberry Jam #B00D5A

Color information

#B00D5A (or 0xB00D5A) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0D and 5A. RGB value is (176,13,90). Sum of RGB (Red+Green+Blue) = 176+13+90=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 13 (5.47% from 255 or 4.66% from 279); Blue value is 90 (35.55% from 255 or 32.26% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D5A is #4FF2A5. Grayscale: #464646. Windows color (decimal): -5239462 or 5901744. OLE color: 5901744.

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

Color convert

RGB1761390-
CMYK00.930.490.31
HSL331.66º86.24%37.06%-
HSV(B)331.66º92.61%69.02%-
XYZ19.8910.2610.6-
YUV70.52139203.24-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.08%
GREEN value IS 13 (5.47% from 255) = 4.66%
BLUE value IS 90 (35.55% from 255) = 32.26%
R=63.08%
G=4.66%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176139000.930.490.31331.6686.2437.06
HexB0D5A05D311F14c5625
Octal260151320135613751412645
Binary101100001101101101001011101110001111111010011001010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00D5A; }

 p { color: rgb(176,13,90); }

 H1.HeaderClassName
 {
   color: #B00D5A;
 }
 .AnyTagClassName
 {
   color: #B00D5A;
 }
</style>
background-color css

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

 a { background-color: rgb(176,13,90); }

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

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

 span { border-color: rgb(176,13,90); }

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