Html Css Color HEX #B5095F Jazzberry Jam

📋 copy color: '#B5095F'

red 181 ◦ green 9 ◦ blue 95

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

Shades of Jazzberry Jam #B5095F

Tints of Jazzberry Jam #B5095F

RGB

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

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

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

R = 63.51%
G = 3.16%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.29

RGB Variations

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

Color information

#B5095F (or 0xB5095F) is known color: Jazzberry Jam. HEX triplet: B5, 09 and 5F. RGB value is (181,9,95). Sum of RGB (Red+Green+Blue) = 181+9+95=285 (37% of max value = 765). Red value is 181 (71.09% from 255 or 63.51% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 181 - color contains mainly: red. Hex color #B5095F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5095F is #4AF6A0. Grayscale: #464646. Windows color (decimal): -4912801 or 6228405. OLE color: 6228405.

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

Color convert

RGB 181 9 95 -
CMYK 0 0.95 0.48 0.29
HSL 330º 0.91% 0.37% -
HSV(B) 330º 0.95% 0.71% -
XYZ 21.22 10.85 11.8 -
YUV 70.23 141.98 207.01 -
System Red Green Blue C M Y K H S L
Decimal 181 9 95 0 0.95 0.48 0.29 330 0.91 0.37
Hex B5 9 5F 0 5F 30 1D 14A 5B 25
Octal 265 11 137 0 137 60 35 512 133 45
Binary 10110101 1001 1011111 0 1011111 110000 11101 101001010 1011011 100101

Color Harmonies of #B5095F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5095F

Black with #B5095F

Text Example


Text Example

White with #B5095F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5095F; }

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

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

background-color css

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

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

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

border-color css

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

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

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