Html Css Color HEX #B5134C Jazzberry Jam

📋 copy color: '#B5134C'

red 181 ◦ green 19 ◦ blue 76

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

Shades of Jazzberry Jam #B5134C

Tints of Jazzberry Jam #B5134C

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.88%

 BLUE value IS 76 (30.08% from 255) = 27.54%

R = 65.58%
G = 6.88%
B = 27.54%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5134C (or 0xB5134C) is known color: Jazzberry Jam. HEX triplet: B5, 13 and 4C. RGB value is (181,19,76). Sum of RGB (Red+Green+Blue) = 181+19+76=276 (36% of max value = 765). Red value is 181 (71.09% from 255 or 65.58% from 276); Green value is 19 (7.81% from 255 or 6.88% from 276); Blue value is 76 (30.08% from 255 or 27.54% from 276); Max value from RGB is 181 - color contains mainly: red. Hex color #B5134C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5134C is #4AECB3. Grayscale: #494949. Windows color (decimal): -4910260 or 4985781. OLE color: 4985781.

HSL color Cylindrical-coordinate representation of color #B5134C: hue angle of 338.89º degrees, saturation: 0.81, 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 #B5134C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 19 76 -
CMYK 0 0.90 0.58 0.29
HSL 338.89º 0.81% 0.39% -
HSV(B) 338.89º 0.9% 0.71% -
XYZ 20.59 10.81 7.84 -
YUV 73.94 129.17 204.37 -
System Red Green Blue C M Y K H S L
Decimal 181 19 76 0 0.90 0.58 0.29 338.89 0.81 0.39
Hex B5 13 4C 0 5A 3A 1D 153 51 27
Octal 265 23 114 0 132 72 35 523 121 47
Binary 10110101 10011 1001100 0 1011010 111010 11101 101010011 1010001 100111

Color Harmonies of #B5134C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5134C

Black with #B5134C

Text Example


Text Example

White with #B5134C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5134C; }

 p { color: rgb(181,19,76); }

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

background-color css

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

 a { background-color: rgb(181,19,76); }

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

border-color css

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

 span { border-color: rgb(181,19,76); }

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