Html Css Color HEX #B10A5E Jazzberry Jam

📋 copy color: '#B10A5E'

red 177 ◦ green 10 ◦ blue 94

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

Shades of Jazzberry Jam #B10A5E

Tints of Jazzberry Jam #B10A5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 33.45%

R = 62.99%
G = 3.56%
B = 33.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B10A5E (or 0xB10A5E) is known color: Jazzberry Jam. HEX triplet: B1, 0A and 5E. RGB value is (177,10,94). Sum of RGB (Red+Green+Blue) = 177+10+94=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 10 (4.30% from 255 or 3.56% from 281); Blue value is 94 (37.11% from 255 or 33.45% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B10A5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10A5E is #4EF5A1. Grayscale: #454545. Windows color (decimal): -5174690 or 6163121. OLE color: 6163121.

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

Color convert

RGB 177 10 94 -
CMYK 0 0.94 0.47 0.31
HSL 329.82º 0.89% 0.37% -
HSV(B) 329.82º 0.94% 0.69% -
XYZ 20.26 10.37 11.52 -
YUV 69.51 141.83 204.67 -
System Red Green Blue C M Y K H S L
Decimal 177 10 94 0 0.94 0.47 0.31 329.82 0.89 0.37
Hex B1 A 5E 0 5E 2F 1F 14A 59 25
Octal 261 12 136 0 136 57 37 512 131 45
Binary 10110001 1010 1011110 0 1011110 101111 11111 101001010 1011001 100101

Color Harmonies of #B10A5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10A5E

Black with #B10A5E

Text Example


Text Example

White with #B10A5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10A5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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