Html Css Color HEX #B00644 Jazzberry Jam

📋 copy color: '#B00644'

red 176 ◦ green 6 ◦ blue 68

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

Shades of Jazzberry Jam #B00644

Tints of Jazzberry Jam #B00644

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 27.2%

R = 70.4%
G = 2.4%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.61

 K value IS 0.31

RGB Variations

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

Color information

#B00644 (or 0xB00644) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 44. RGB value is (176,6,68). Sum of RGB (Red+Green+Blue) = 176+6+68=250 (33% of max value = 765). Red value is 176 (69.14% from 255 or 70.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 68 (26.95% from 255 or 27.2% from 250); Max value from RGB is 176 - color contains mainly: red. Hex color #B00644 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00644 is #4FF9BB. Grayscale: #3F3F3F. Windows color (decimal): -5241276 or 4458160. OLE color: 4458160.

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

Color convert

RGB 176 6 68 -
CMYK 0 0.97 0.61 0.31
HSL 338.12º 0.93% 0.36% -
HSV(B) 338.12º 0.97% 0.69% -
XYZ 19.01 9.78 6.35 -
YUV 63.9 130.32 207.96 -
System Red Green Blue C M Y K H S L
Decimal 176 6 68 0 0.97 0.61 0.31 338.12 0.93 0.36
Hex B0 6 44 0 61 3D 1F 152 5D 24
Octal 260 6 104 0 141 75 37 522 135 44
Binary 10110000 110 1000100 0 1100001 111101 11111 101010010 1011101 100100

Color Harmonies of #B00644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00644

Black with #B00644

Text Example


Text Example

White with #B00644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00644; }

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

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

background-color css

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

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

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

border-color css

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

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

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