Html Css Color HEX #B10859 Jazzberry Jam

📋 copy color: '#B10859'

red 177 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #B10859

Tints of Jazzberry Jam #B10859

RGB

 RED value IS 177 (69.53% from 255) = 64.6%

 GREEN value IS 8 (3.52% from 255) = 2.92%

 BLUE value IS 89 (35.16% from 255) = 32.48%

R = 64.6%
G = 2.92%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B10859 (or 0xB10859) is known color: Jazzberry Jam. HEX triplet: B1, 08 and 59. RGB value is (177,8,89). Sum of RGB (Red+Green+Blue) = 177+8+89=274 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.60% from 274); Green value is 8 (3.52% from 255 or 2.92% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 177 - color contains mainly: red. Hex color #B10859 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10859 is #4EF7A6. Grayscale: #434343. Windows color (decimal): -5175207 or 5834929. OLE color: 5834929.

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

Color convert

RGB 177 8 89 -
CMYK 0 0.95 0.50 0.31
HSL 331.24º 0.91% 0.36% -
HSV(B) 331.24º 0.95% 0.69% -
XYZ 20.02 10.24 10.37 -
YUV 67.77 139.99 205.91 -
System Red Green Blue C M Y K H S L
Decimal 177 8 89 0 0.95 0.50 0.31 331.24 0.91 0.36
Hex B1 8 59 0 5F 32 1F 14B 5B 24
Octal 261 10 131 0 137 62 37 513 133 44
Binary 10110001 1000 1011001 0 1011111 110010 11111 101001011 1011011 100100

Color Harmonies of #B10859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10859

Black with #B10859

Text Example


Text Example

White with #B10859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10859; }

 p { color: rgb(177,8,89); }

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

background-color css

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

 a { background-color: rgb(177,8,89); }

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

border-color css

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

 span { border-color: rgb(177,8,89); }

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