Html Css Color HEX #B5084D Jazzberry Jam

📋 copy color: '#B5084D'

red 181 ◦ green 8 ◦ blue 77

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

Shades of Jazzberry Jam #B5084D

Tints of Jazzberry Jam #B5084D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 28.95%

R = 68.05%
G = 3.01%
B = 28.95%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B5084D (or 0xB5084D) is known color: Jazzberry Jam. HEX triplet: B5, 08 and 4D. RGB value is (181,8,77). Sum of RGB (Red+Green+Blue) = 181+8+77=266 (35% of max value = 765). Red value is 181 (71.09% from 255 or 68.05% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 181 - color contains mainly: red. Hex color #B5084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B5084D is #4AF7B2. Grayscale: #434343. Windows color (decimal): -4913075 or 5048501. OLE color: 5048501.

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

Color convert

RGB 181 8 77 -
CMYK 0 0.96 0.57 0.29
HSL 336.07º 0.92% 0.37% -
HSV(B) 336.07º 0.96% 0.71% -
XYZ 20.48 10.53 7.97 -
YUV 67.59 133.31 208.89 -
System Red Green Blue C M Y K H S L
Decimal 181 8 77 0 0.96 0.57 0.29 336.07 0.92 0.37
Hex B5 8 4D 0 60 39 1D 150 5C 25
Octal 265 10 115 0 140 71 35 520 134 45
Binary 10110101 1000 1001101 0 1100000 111001 11101 101010000 1011100 100101

Color Harmonies of #B5084D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5084D

Black with #B5084D

Text Example


Text Example

White with #B5084D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5084D; }

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

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

background-color css

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

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

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

border-color css

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

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

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