Html Css Color HEX #B00764 Jazzberry Jam

📋 copy color: '#B00764'

red 176 ◦ green 7 ◦ blue 100

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

Shades of Jazzberry Jam #B00764

Tints of Jazzberry Jam #B00764

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.34%

R = 62.19%
G = 2.47%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B00764 (or 0xB00764) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 64. RGB value is (176,7,100). Sum of RGB (Red+Green+Blue) = 176+7+100=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 7 (3.12% from 255 or 2.47% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B00764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00764 is #4FF89B. Grayscale: #434343. Windows color (decimal): -5240988 or 6555568. OLE color: 6555568.

HSL color Cylindrical-coordinate representation of color #B00764: hue angle of 326.98º 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 #B00764 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 7 100 -
CMYK 0 0.96 0.43 0.31
HSL 326.98º 0.92% 0.36% -
HSV(B) 326.98º 0.96% 0.69% -
XYZ 20.28 10.3 12.98 -
YUV 68.13 145.99 204.94 -
System Red Green Blue C M Y K H S L
Decimal 176 7 100 0 0.96 0.43 0.31 326.98 0.92 0.36
Hex B0 7 64 0 60 2B 1F 147 5C 24
Octal 260 7 144 0 140 53 37 507 134 44
Binary 10110000 111 1100100 0 1100000 101011 11111 101000111 1011100 100100

Color Harmonies of #B00764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00764

Black with #B00764

Text Example


Text Example

White with #B00764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00764; }

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

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

background-color css

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

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

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

border-color css

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

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

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