Html Css Color HEX #B5025E Jazzberry Jam

📋 copy color: '#B5025E'

red 181 ◦ green 2 ◦ blue 94

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

Shades of Jazzberry Jam #B5025E

Tints of Jazzberry Jam #B5025E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.72%

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

R = 65.34%
G = 0.72%
B = 33.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5025E (or 0xB5025E) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 5E. RGB value is (181,2,94). Sum of RGB (Red+Green+Blue) = 181+2+94=277 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.34% from 277); Green value is 2 (1.17% from 255 or 0.72% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 181 - color contains mainly: red. Hex color #B5025E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5025E is #4AFDA1. Grayscale: #414141. Windows color (decimal): -4914594 or 6161077. OLE color: 6161077.

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

Color convert

RGB 181 2 94 -
CMYK 0 0.99 0.48 0.29
HSL 329.16º 0.98% 0.36% -
HSV(B) 329.16º 0.99% 0.71% -
XYZ 21.1 10.68 11.54 -
YUV 66.01 143.8 210.02 -
System Red Green Blue C M Y K H S L
Decimal 181 2 94 0 0.99 0.48 0.29 329.16 0.98 0.36
Hex B5 2 5E 0 63 30 1D 149 62 24
Octal 265 2 136 0 143 60 35 511 142 44
Binary 10110101 10 1011110 0 1100011 110000 11101 101001001 1100010 100100

Color Harmonies of #B5025E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5025E

Black with #B5025E

Text Example


Text Example

White with #B5025E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5025E; }

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

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

background-color css

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

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

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

border-color css

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

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

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