Html Css Color HEX #B10A6A Jazzberry Jam

📋 copy color: '#B10A6A'

red 177 ◦ green 10 ◦ blue 106

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

Shades of Jazzberry Jam #B10A6A

Tints of Jazzberry Jam #B10A6A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.41%

 BLUE value IS 106 (41.8% from 255) = 36.18%

R = 60.41%
G = 3.41%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.40

 K value IS 0.31

RGB Variations

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

Color information

#B10A6A (or 0xB10A6A) is known color: Jazzberry Jam. HEX triplet: B1, 0A and 6A. RGB value is (177,10,106). Sum of RGB (Red+Green+Blue) = 177+10+106=293 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.41% from 293); Green value is 10 (4.30% from 255 or 3.41% from 293); Blue value is 106 (41.80% from 255 or 36.18% from 293); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A6A is #4EF595. Grayscale: #464646. Windows color (decimal): -5174678 or 6949553. OLE color: 6949553.

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

Color convert

RGB 177 10 106 -
CMYK 0 0.94 0.40 0.31
HSL 325.51º 0.89% 0.37% -
HSV(B) 325.51º 0.94% 0.69% -
XYZ 20.84 10.6 14.58 -
YUV 70.88 147.83 203.69 -
System Red Green Blue C M Y K H S L
Decimal 177 10 106 0 0.94 0.40 0.31 325.51 0.89 0.37
Hex B1 A 6A 0 5E 28 1F 146 59 25
Octal 261 12 152 0 136 50 37 506 131 45
Binary 10110001 1010 1101010 0 1011110 101000 11111 101000110 1011001 100101

Color Harmonies of #B10A6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A6A

Black with #B10A6A

Text Example


Text Example

White with #B10A6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A6A; }

 p { color: rgb(177,10,106); }

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

background-color css

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

 a { background-color: rgb(177,10,106); }

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

border-color css

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

 span { border-color: rgb(177,10,106); }

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