Html Css Color HEX #B01956 Jazzberry Jam

📋 copy color: '#B01956'

red 176 ◦ green 25 ◦ blue 86

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

Shades of Jazzberry Jam #B01956

Tints of Jazzberry Jam #B01956

RGB

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

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

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

R = 61.32%
G = 8.71%
B = 29.97%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B01956 (or 0xB01956) is known color: Jazzberry Jam. HEX triplet: B0, 19 and 56. RGB value is (176,25,86). Sum of RGB (Red+Green+Blue) = 176+25+86=287 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.32% from 287); Green value is 25 (10.16% from 255 or 8.71% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 176 - color contains mainly: red. Hex color #B01956 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01956 is #4FE6A9. Grayscale: #4D4D4D. Windows color (decimal): -5236394 or 5642672. OLE color: 5642672.

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

Color convert

RGB 176 25 86 -
CMYK 0 0.86 0.51 0.31
HSL 335.76º 0.75% 0.39% -
HSV(B) 335.76º 0.86% 0.69% -
XYZ 19.93 10.6 9.8 -
YUV 77.1 133.03 198.54 -
System Red Green Blue C M Y K H S L
Decimal 176 25 86 0 0.86 0.51 0.31 335.76 0.75 0.39
Hex B0 19 56 0 56 33 1F 150 4B 27
Octal 260 31 126 0 126 63 37 520 113 47
Binary 10110000 11001 1010110 0 1010110 110011 11111 101010000 1001011 100111

Color Harmonies of #B01956

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01956

Black with #B01956

Text Example


Text Example

White with #B01956

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01956; }

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

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

background-color css

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

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

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

border-color css

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

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

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