Html Css Color HEX #B00673 Jazzberry Jam

📋 copy color: '#B00673'

red 176 ◦ green 6 ◦ blue 115

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

Shades of Jazzberry Jam #B00673

Tints of Jazzberry Jam #B00673

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.02%

 BLUE value IS 115 (45.31% from 255) = 38.72%

R = 59.26%
G = 2.02%
B = 38.72%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.35

 K value IS 0.31

RGB Variations

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

Color information

#B00673 (or 0xB00673) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 73. RGB value is (176,6,115). Sum of RGB (Red+Green+Blue) = 176+6+115=297 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.26% from 297); Green value is 6 (2.73% from 255 or 2.02% from 297); Blue value is 115 (45.31% from 255 or 38.72% from 297); Max value from RGB is 176 - color contains mainly: red. Hex color #B00673 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00673 is #4FF98C. Grayscale: #444444. Windows color (decimal): -5241229 or 7538352. OLE color: 7538352.

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

Color convert

RGB 176 6 115 -
CMYK 0 0.97 0.35 0.31
HSL 321.53º 0.93% 0.36% -
HSV(B) 321.53º 0.97% 0.69% -
XYZ 21.06 10.6 17.16 -
YUV 69.26 153.82 204.14 -
System Red Green Blue C M Y K H S L
Decimal 176 6 115 0 0.97 0.35 0.31 321.53 0.93 0.36
Hex B0 6 73 0 61 23 1F 142 5D 24
Octal 260 6 163 0 141 43 37 502 135 44
Binary 10110000 110 1110011 0 1100001 100011 11111 101000010 1011101 100100

Color Harmonies of #B00673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00673

Black with #B00673

Text Example


Text Example

White with #B00673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00673; }

 p { color: rgb(176,6,115); }

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

background-color css

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

 a { background-color: rgb(176,6,115); }

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

border-color css

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

 span { border-color: rgb(176,6,115); }

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