Html Css Color HEX #B00759 Jazzberry Jam

📋 copy color: '#B00759'

red 176 ◦ green 7 ◦ blue 89

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

Shades of Jazzberry Jam #B00759

Tints of Jazzberry Jam #B00759

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.57%

 BLUE value IS 89 (35.16% from 255) = 32.72%

R = 64.71%
G = 2.57%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B00759 (or 0xB00759) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 59. RGB value is (176,7,89). Sum of RGB (Red+Green+Blue) = 176+7+89=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 89 (35.16% from 255 or 32.72% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B00759 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00759 is #4FF8A6. Grayscale: #424242. Windows color (decimal): -5240999 or 5834672. OLE color: 5834672.

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

Color convert

RGB 176 7 89 -
CMYK 0 0.96 0.49 0.31
HSL 330.89º 0.92% 0.36% -
HSV(B) 330.89º 0.96% 0.69% -
XYZ 19.78 10.1 10.36 -
YUV 66.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 176 7 89 0 0.96 0.49 0.31 330.89 0.92 0.36
Hex B0 7 59 0 60 31 1F 14B 5C 24
Octal 260 7 131 0 140 61 37 513 134 44
Binary 10110000 111 1011001 0 1100000 110001 11111 101001011 1011100 100100

Color Harmonies of #B00759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00759

Black with #B00759

Text Example


Text Example

White with #B00759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00759; }

 p { color: rgb(176,7,89); }

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

background-color css

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

 a { background-color: rgb(176,7,89); }

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

border-color css

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

 span { border-color: rgb(176,7,89); }

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