Html Css Color HEX #B10950 Jazzberry Jam

📋 copy color: '#B10950'

red 177 ◦ green 9 ◦ blue 80

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

Shades of Jazzberry Jam #B10950

Tints of Jazzberry Jam #B10950

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.38%

 BLUE value IS 80 (31.64% from 255) = 30.08%

R = 66.54%
G = 3.38%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B10950 (or 0xB10950) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 50. RGB value is (177,9,80). Sum of RGB (Red+Green+Blue) = 177+9+80=266 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.54% from 266); Green value is 9 (3.91% from 255 or 3.38% from 266); Blue value is 80 (31.64% from 255 or 30.08% from 266); Max value from RGB is 177 - color contains mainly: red. Hex color #B10950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10950 is #4EF6AF. Grayscale: #434343. Windows color (decimal): -5174960 or 5245361. OLE color: 5245361.

HSL color Cylindrical-coordinate representation of color #B10950: hue angle of 334.64º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10950 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 9 80 -
CMYK 0 0.95 0.55 0.31
HSL 334.64º 0.9% 0.36% -
HSV(B) 334.64º 0.95% 0.69% -
XYZ 19.68 10.12 8.51 -
YUV 67.33 135.16 206.23 -
System Red Green Blue C M Y K H S L
Decimal 177 9 80 0 0.95 0.55 0.31 334.64 0.9 0.36
Hex B1 9 50 0 5F 37 1F 14F 5A 24
Octal 261 11 120 0 137 67 37 517 132 44
Binary 10110001 1001 1010000 0 1011111 110111 11111 101001111 1011010 100100

Color Harmonies of #B10950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10950

Black with #B10950

Text Example


Text Example

White with #B10950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10950; }

 p { color: rgb(177,9,80); }

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

background-color css

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

 a { background-color: rgb(177,9,80); }

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

border-color css

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

 span { border-color: rgb(177,9,80); }

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