Html Css Color HEX #B00768 Jazzberry Jam

📋 copy color: '#B00768'

red 176 ◦ green 7 ◦ blue 104

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

Shades of Jazzberry Jam #B00768

Tints of Jazzberry Jam #B00768

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.24%

R = 61.32%
G = 2.44%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#B00768 (or 0xB00768) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 68. RGB value is (176,7,104). Sum of RGB (Red+Green+Blue) = 176+7+104=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 7 (3.12% from 255 or 2.44% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B00768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00768 is #4FF897. Grayscale: #444444. Windows color (decimal): -5240984 or 6817712. OLE color: 6817712.

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

Color convert

RGB 176 7 104 -
CMYK 0 0.96 0.41 0.31
HSL 325.56º 0.92% 0.36% -
HSV(B) 325.56º 0.96% 0.69% -
XYZ 20.48 10.38 14.02 -
YUV 68.59 147.99 204.61 -
System Red Green Blue C M Y K H S L
Decimal 176 7 104 0 0.96 0.41 0.31 325.56 0.92 0.36
Hex B0 7 68 0 60 29 1F 146 5C 24
Octal 260 7 150 0 140 51 37 506 134 44
Binary 10110000 111 1101000 0 1100000 101001 11111 101000110 1011100 100100

Color Harmonies of #B00768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00768

Black with #B00768

Text Example


Text Example

White with #B00768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00768; }

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

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

background-color css

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

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

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

border-color css

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

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

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