Html Css Color HEX #B00656 Jazzberry Jam

📋 copy color: '#B00656'

red 176 ◦ green 6 ◦ blue 86

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

Shades of Jazzberry Jam #B00656

Tints of Jazzberry Jam #B00656

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 32.09%

R = 65.67%
G = 2.24%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B00656 (or 0xB00656) is known color: Jazzberry Jam. HEX triplet: B0, 06 and 56. RGB value is (176,6,86). Sum of RGB (Red+Green+Blue) = 176+6+86=268 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.67% from 268); Green value is 6 (2.73% from 255 or 2.24% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 176 - color contains mainly: red. Hex color #B00656 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00656 is #4FF9A9. Grayscale: #414141. Windows color (decimal): -5241258 or 5637808. OLE color: 5637808.

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

Color convert

RGB 176 6 86 -
CMYK 0 0.97 0.51 0.31
HSL 331.76º 0.93% 0.36% -
HSV(B) 331.76º 0.97% 0.69% -
XYZ 19.65 10.03 9.7 -
YUV 65.95 139.32 206.5 -
System Red Green Blue C M Y K H S L
Decimal 176 6 86 0 0.97 0.51 0.31 331.76 0.93 0.36
Hex B0 6 56 0 61 33 1F 14C 5D 24
Octal 260 6 126 0 141 63 37 514 135 44
Binary 10110000 110 1010110 0 1100001 110011 11111 101001100 1011101 100100

Color Harmonies of #B00656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00656

Black with #B00656

Text Example


Text Example

White with #B00656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00656; }

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

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

background-color css

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

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

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

border-color css

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

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

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