#B00B67

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

Shades of Jazzberry Jam #B00B67

Tints of Jazzberry Jam #B00B67

Color information

#B00B67 (or 0xB00B67) is unknown color: approx Jazzberry Jam. HEX triplet: B0, 0B and 67. RGB value is (176,11,103). Sum of RGB (Red+Green+Blue) = 176+11+103=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 11 (4.69% from 255 or 3.79% from 290); Blue value is 103 (40.62% from 255 or 35.52% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B00B67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00B67 is #4FF498. Grayscale: #464646. Windows color (decimal): -5239961 or 6753200. OLE color: 6753200.

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

Color convert

RGB17611103-
CMYK00.940.410.31
HSL326.55º88.24%36.67%-
HSV(B)326.55º93.75%69.02%-
XYZ20.4710.4513.77-
YUV70.82146.16203.02-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.69%
GREEN value IS 11 (4.69% from 255) = 3.79%
BLUE value IS 103 (40.62% from 255) = 35.52%
R=60.69%
G=3.79%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.41
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1761110300.940.410.31326.5588.2436.67
HexB0B6705E291F1475825
Octal260131470136513750713045
Binary101100001011110011101011110101001111111010001111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B00B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B00B67; }

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

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

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

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

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

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

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

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