Html Css Color HEX #B10D66 Jazzberry Jam

📋 copy color: '#B10D66'

red 177 ◦ green 13 ◦ blue 102

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

Shades of Jazzberry Jam #B10D66

Tints of Jazzberry Jam #B10D66

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.45%

 BLUE value IS 102 (40.23% from 255) = 34.93%

R = 60.62%
G = 4.45%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#B10D66 (or 0xB10D66) is known color: Jazzberry Jam. HEX triplet: B1, 0D and 66. RGB value is (177,13,102). Sum of RGB (Red+Green+Blue) = 177+13+102=292 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.62% from 292); Green value is 13 (5.47% from 255 or 4.45% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D66 is #4EF299. Grayscale: #474747. Windows color (decimal): -5173914 or 6688177. OLE color: 6688177.

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

Color convert

RGB 177 13 102 -
CMYK 0 0.93 0.42 0.31
HSL 327.44º 0.86% 0.37% -
HSV(B) 327.44º 0.93% 0.69% -
XYZ 20.67 10.59 13.53 -
YUV 72.18 144.83 202.76 -
System Red Green Blue C M Y K H S L
Decimal 177 13 102 0 0.93 0.42 0.31 327.44 0.86 0.37
Hex B1 D 66 0 5D 2A 1F 147 56 25
Octal 261 15 146 0 135 52 37 507 126 45
Binary 10110001 1101 1100110 0 1011101 101010 11111 101000111 1010110 100101

Color Harmonies of #B10D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10D66

Black with #B10D66

Text Example


Text Example

White with #B10D66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10D66; }

 p { color: rgb(177,13,102); }

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

background-color css

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

 a { background-color: rgb(177,13,102); }

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

border-color css

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

 span { border-color: rgb(177,13,102); }

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