Html Css Color HEX #B00774 Jazzberry Jam

📋 copy color: '#B00774'

red 176 ◦ green 7 ◦ blue 116

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

Shades of Jazzberry Jam #B00774

Tints of Jazzberry Jam #B00774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 38.8%

R = 58.86%
G = 2.34%
B = 38.8%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#B00774 (or 0xB00774) is known color: Jazzberry Jam. HEX triplet: B0, 07 and 74. RGB value is (176,7,116). Sum of RGB (Red+Green+Blue) = 176+7+116=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 7 (3.12% from 255 or 2.34% from 299); Blue value is 116 (45.70% from 255 or 38.80% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B00774 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00774 is #4FF88B. Grayscale: #454545. Windows color (decimal): -5240972 or 7604144. OLE color: 7604144.

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

Color convert

RGB 176 7 116 -
CMYK 0 0.96 0.34 0.31
HSL 321.3º 0.92% 0.36% -
HSV(B) 321.3º 0.96% 0.69% -
XYZ 21.13 10.64 17.46 -
YUV 69.96 153.99 203.64 -
System Red Green Blue C M Y K H S L
Decimal 176 7 116 0 0.96 0.34 0.31 321.3 0.92 0.36
Hex B0 7 74 0 60 22 1F 141 5C 24
Octal 260 7 164 0 140 42 37 501 134 44
Binary 10110000 111 1110100 0 1100000 100010 11111 101000001 1011100 100100

Color Harmonies of #B00774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00774

Black with #B00774

Text Example


Text Example

White with #B00774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00774; }

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

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

background-color css

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

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

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

border-color css

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

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

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