Html Css Color HEX #B10B5E Jazzberry Jam

📋 copy color: '#B10B5E'

red 177 ◦ green 11 ◦ blue 94

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

Shades of Jazzberry Jam #B10B5E

Tints of Jazzberry Jam #B10B5E

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

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

R = 62.77%
G = 3.9%
B = 33.33%

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

#B10B5E (or 0xB10B5E) is known color: Jazzberry Jam. HEX triplet: B1, 0B and 5E. RGB value is (177,11,94). Sum of RGB (Red+Green+Blue) = 177+11+94=282 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.77% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B5E is #4EF4A1. Grayscale: #454545. Windows color (decimal): -5174434 or 6163377. OLE color: 6163377.

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

Color convert

RGB 177 11 94 -
CMYK 0 0.94 0.47 0.31
HSL 330º 0.88% 0.37% -
HSV(B) 330º 0.94% 0.69% -
XYZ 20.27 10.39 11.53 -
YUV 70.1 141.5 204.25 -
System Red Green Blue C M Y K H S L
Decimal 177 11 94 0 0.94 0.47 0.31 330 0.88 0.37
Hex B1 B 5E 0 5E 2F 1F 14A 58 25
Octal 261 13 136 0 136 57 37 512 130 45
Binary 10110001 1011 1011110 0 1011110 101111 11111 101001010 1011000 100101

Color Harmonies of #B10B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10B5E

Black with #B10B5E

Text Example


Text Example

White with #B10B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10B5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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