Html Css Color HEX #B00762 Jazzberry Jam

📋 copy color: '#B00762'

red 176 ◦ green 7 ◦ blue 98

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

Shades of Jazzberry Jam #B00762

Tints of Jazzberry Jam #B00762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.88%

R = 62.63%
G = 2.49%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B00762 (or 0xB00762) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 62. RGB value is (176,7,98). Sum of RGB (Red+Green+Blue) = 176+7+98=281 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.63% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 176 - color contains mainly: red. Hex color #B00762 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00762 is #4FF89D. Grayscale: #434343. Windows color (decimal): -5240990 or 6424496. OLE color: 6424496.

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

Color convert

RGB 176 7 98 -
CMYK 0 0.96 0.44 0.31
HSL 327.69º 0.92% 0.36% -
HSV(B) 327.69º 0.96% 0.69% -
XYZ 20.19 10.26 12.47 -
YUV 67.91 144.99 205.1 -
System Red Green Blue C M Y K H S L
Decimal 176 7 98 0 0.96 0.44 0.31 327.69 0.92 0.36
Hex B0 7 62 0 60 2C 1F 148 5C 24
Octal 260 7 142 0 140 54 37 510 134 44
Binary 10110000 111 1100010 0 1100000 101100 11111 101001000 1011100 100100

Color Harmonies of #B00762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00762

Black with #B00762

Text Example


Text Example

White with #B00762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00762; }

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

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

background-color css

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

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

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

border-color css

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

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

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