Html Css Color HEX #B5084A Jazzberry Jam

📋 copy color: '#B5084A'

red 181 ◦ green 8 ◦ blue 74

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

Shades of Jazzberry Jam #B5084A

Tints of Jazzberry Jam #B5084A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.04%

 BLUE value IS 74 (29.3% from 255) = 28.14%

R = 68.82%
G = 3.04%
B = 28.14%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5084A (or 0xB5084A) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 4A. RGB value is (181,8,74). Sum of RGB (Red+Green+Blue) = 181+8+74=263 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.82% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 181 - color contains mainly: red. Hex color #B5084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5084A is #4AF7B5. Grayscale: #434343. Windows color (decimal): -4913078 or 4851893. OLE color: 4851893.

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

Color convert

RGB 181 8 74 -
CMYK 0 0.96 0.59 0.29
HSL 337.11º 0.92% 0.37% -
HSV(B) 337.11º 0.96% 0.71% -
XYZ 20.38 10.49 7.43 -
YUV 67.25 131.81 209.13 -
System Red Green Blue C M Y K H S L
Decimal 181 8 74 0 0.96 0.59 0.29 337.11 0.92 0.37
Hex B5 8 4A 0 60 3B 1D 151 5C 25
Octal 265 10 112 0 140 73 35 521 134 45
Binary 10110101 1000 1001010 0 1100000 111011 11101 101010001 1011100 100101

Color Harmonies of #B5084A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5084A

Black with #B5084A

Text Example


Text Example

White with #B5084A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5084A; }

 p { color: rgb(181,8,74); }

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

background-color css

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

 a { background-color: rgb(181,8,74); }

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

border-color css

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

 span { border-color: rgb(181,8,74); }

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