Html Css Color HEX #B10B5A Jazzberry Jam

📋 copy color: '#B10B5A'

red 177 ◦ green 11 ◦ blue 90

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

Shades of Jazzberry Jam #B10B5A

Tints of Jazzberry Jam #B10B5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.37%

R = 63.67%
G = 3.96%
B = 32.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#B10B5A (or 0xB10B5A) is known color: Jazzberry Jam. HEX triplet: B1, 0B and 5A. RGB value is (177,11,90). Sum of RGB (Red+Green+Blue) = 177+11+90=278 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.67% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 177 - color contains mainly: red. Hex color #B10B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10B5A is #4EF4A5. Grayscale: #454545. Windows color (decimal): -5174438 or 5901233. OLE color: 5901233.

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

Color convert

RGB 177 11 90 -
CMYK 0 0.94 0.49 0.31
HSL 331.45º 0.88% 0.37% -
HSV(B) 331.45º 0.94% 0.69% -
XYZ 20.1 10.32 10.61 -
YUV 69.64 139.5 204.58 -
System Red Green Blue C M Y K H S L
Decimal 177 11 90 0 0.94 0.49 0.31 331.45 0.88 0.37
Hex B1 B 5A 0 5E 31 1F 14B 58 25
Octal 261 13 132 0 136 61 37 513 130 45
Binary 10110001 1011 1011010 0 1011110 110001 11111 101001011 1011000 100101

Color Harmonies of #B10B5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10B5A

Black with #B10B5A

Text Example


Text Example

White with #B10B5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10B5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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