#B00567

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

Shades of Jazzberry Jam #B00567

Tints of Jazzberry Jam #B00567

Color information

#B00567 (or 0xB00567) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 05 and 67. RGB value is (176,5,103). Sum of RGB (Red+Green+Blue) = 176+5+103=284 (37% of max value = 765). Red value is 176 (69.14% from 255 or 61.97% from 284); Green value is 5 (2.34% from 255 or 1.76% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 176 - color contains mainly: red. Hex color #B00567 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00567 is #4FFA98. Grayscale: #434343. Windows color (decimal): -5241497 or 6751664. OLE color: 6751664.

HSL color Cylindrical-coordinate representation of color #B00567: hue angle of 325.61º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00567 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB1765103-
CMYK00.970.410.31
HSL325.61º94.48%35.49%-
HSV(B)325.61º97.16%69.02%-
XYZ20.4110.3213.75-
YUV67.3148.15205.53-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.97%
GREEN value IS 5 (2.34% from 255) = 1.76%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=61.97%
G=1.76%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176510300.970.410.31325.6194.4835.49
HexB0567061291F1465e23
Octal26051470141513750613643
Binary10110000101110011101100001101001111111010001101011110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00567; }

 p { color: rgb(176,5,103); }

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

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

 a { background-color: rgb(176,5,103); }

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

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

 span { border-color: rgb(176,5,103); }

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