Html Css Color HEX #B5105E Jazzberry Jam

📋 copy color: '#B5105E'

red 181 ◦ green 16 ◦ blue 94

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

Shades of Jazzberry Jam #B5105E

Tints of Jazzberry Jam #B5105E

RGB

 RED value IS 181 (71.09% from 255) = 62.2%

 GREEN value IS 16 (6.64% from 255) = 5.5%

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

R = 62.2%
G = 5.5%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5105E (or 0xB5105E) is known color: Jazzberry Jam. HEX triplet: B5, 10 and 5E. RGB value is (181,16,94). Sum of RGB (Red+Green+Blue) = 181+16+94=291 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.20% from 291); Green value is 16 (6.64% from 255 or 5.50% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 181 - color contains mainly: red. Hex color #B5105E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5105E is #4AEFA1. Grayscale: #4A4A4A. Windows color (decimal): -4911010 or 6164661. OLE color: 6164661.

HSL color Cylindrical-coordinate representation of color #B5105E: hue angle of 331.64º degrees, saturation: 0.84, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B5105E is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 16 94 -
CMYK 0 0.91 0.48 0.29
HSL 331.64º 0.84% 0.39% -
HSV(B) 331.64º 0.91% 0.71% -
XYZ 21.26 11 11.59 -
YUV 74.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 181 16 94 0 0.91 0.48 0.29 331.64 0.84 0.39
Hex B5 10 5E 0 5B 30 1D 14C 54 27
Octal 265 20 136 0 133 60 35 514 124 47
Binary 10110101 10000 1011110 0 1011011 110000 11101 101001100 1010100 100111

Color Harmonies of #B5105E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5105E

Black with #B5105E

Text Example


Text Example

White with #B5105E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5105E; }

 p { color: rgb(181,16,94); }

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

background-color css

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

 a { background-color: rgb(181,16,94); }

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

border-color css

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

 span { border-color: rgb(181,16,94); }

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