Html Css Color HEX #B5025F Jazzberry Jam

📋 copy color: '#B5025F'

red 181 ◦ green 2 ◦ blue 95

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

Shades of Jazzberry Jam #B5025F

Tints of Jazzberry Jam #B5025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.17%

R = 65.11%
G = 0.72%
B = 34.17%

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

#B5025F (or 0xB5025F) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 5F. RGB value is (181,2,95). Sum of RGB (Red+Green+Blue) = 181+2+95=278 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.11% from 278); Green value is 2 (1.17% from 255 or 0.72% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 181 - color contains mainly: red. Hex color #B5025F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5025F is #4AFDA0. Grayscale: #414141. Windows color (decimal): -4914593 or 6226613. OLE color: 6226613.

HSL color Cylindrical-coordinate representation of color #B5025F: hue angle of 328.83º 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 #B5025F is Cyan = 0, Magento = 0.99, Yellow = 0.48 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 2 95 -
CMYK 0 0.99 0.48 0.29
HSL 328.83º 0.98% 0.36% -
HSV(B) 328.83º 0.99% 0.71% -
XYZ 21.14 10.69 11.78 -
YUV 66.12 144.3 209.94 -
System Red Green Blue C M Y K H S L
Decimal 181 2 95 0 0.99 0.48 0.29 328.83 0.98 0.36
Hex B5 2 5F 0 63 30 1D 149 62 24
Octal 265 2 137 0 143 60 35 511 142 44
Binary 10110101 10 1011111 0 1100011 110000 11101 101001001 1100010 100100

Color Harmonies of #B5025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5025F

Black with #B5025F

Text Example


Text Example

White with #B5025F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5025F; }

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

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

background-color css

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

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

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

border-color css

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

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

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