Html Css Color HEX #B5125D Jazzberry Jam

📋 copy color: '#B5125D'

red 181 ◦ green 18 ◦ blue 93

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

Shades of Jazzberry Jam #B5125D

Tints of Jazzberry Jam #B5125D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.16%

 BLUE value IS 93 (36.72% from 255) = 31.85%

R = 61.99%
G = 6.16%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#B5125D (or 0xB5125D) is known color: Jazzberry Jam. HEX triplet: B5, 12 and 5D. RGB value is (181,18,93). Sum of RGB (Red+Green+Blue) = 181+18+93=292 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.99% from 292); Green value is 18 (7.42% from 255 or 6.16% from 292); Blue value is 93 (36.72% from 255 or 31.85% from 292); Max value from RGB is 181 - color contains mainly: red. Hex color #B5125D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5125D is #4AEDA2. Grayscale: #4B4B4B. Windows color (decimal): -4910499 or 6099637. OLE color: 6099637.

HSL color Cylindrical-coordinate representation of color #B5125D: hue angle of 332.39º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B5125D is Cyan = 0, Magento = 0.90, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 18 93 -
CMYK 0 0.90 0.49 0.29
HSL 332.39º 0.82% 0.39% -
HSV(B) 332.39º 0.9% 0.71% -
XYZ 21.25 11.05 11.37 -
YUV 75.29 138 203.4 -
System Red Green Blue C M Y K H S L
Decimal 181 18 93 0 0.90 0.49 0.29 332.39 0.82 0.39
Hex B5 12 5D 0 5A 31 1D 14C 52 27
Octal 265 22 135 0 132 61 35 514 122 47
Binary 10110101 10010 1011101 0 1011010 110001 11101 101001100 1010010 100111

Color Harmonies of #B5125D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5125D

Black with #B5125D

Text Example


Text Example

White with #B5125D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5125D; }

 p { color: rgb(181,18,93); }

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

background-color css

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

 a { background-color: rgb(181,18,93); }

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

border-color css

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

 span { border-color: rgb(181,18,93); }

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