Html Css Color HEX #B01965 Jazzberry Jam

📋 copy color: '#B01965'

red 176 ◦ green 25 ◦ blue 101

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

Shades of Jazzberry Jam #B01965

Tints of Jazzberry Jam #B01965

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.28%

 BLUE value IS 101 (39.84% from 255) = 33.44%

R = 58.28%
G = 8.28%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B01965 (or 0xB01965) is known color: Jazzberry Jam. HEX triplet: B0, 19 and 65. RGB value is (176,25,101). Sum of RGB (Red+Green+Blue) = 176+25+101=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 25 (10.16% from 255 or 8.28% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B01965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01965 is #4FE69A. Grayscale: #4E4E4E. Windows color (decimal): -5236379 or 6625712. OLE color: 6625712.

HSL color Cylindrical-coordinate representation of color #B01965: hue angle of 329.8º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01965 is Cyan = 0, Magento = 0.86, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 25 101 -
CMYK 0 0.86 0.43 0.31
HSL 329.8º 0.75% 0.39% -
HSV(B) 329.8º 0.86% 0.69% -
XYZ 20.6 10.86 13.32 -
YUV 78.81 140.53 197.32 -
System Red Green Blue C M Y K H S L
Decimal 176 25 101 0 0.86 0.43 0.31 329.8 0.75 0.39
Hex B0 19 65 0 56 2B 1F 14A 4B 27
Octal 260 31 145 0 126 53 37 512 113 47
Binary 10110000 11001 1100101 0 1010110 101011 11111 101001010 1001011 100111

Color Harmonies of #B01965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01965

Black with #B01965

Text Example


Text Example

White with #B01965

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01965; }

 p { color: rgb(176,25,101); }

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

background-color css

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

 a { background-color: rgb(176,25,101); }

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

border-color css

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

 span { border-color: rgb(176,25,101); }

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