Html Css Color HEX #B5044B Jazzberry Jam

📋 copy color: '#B5044B'

red 181 ◦ green 4 ◦ blue 75

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

Shades of Jazzberry Jam #B5044B

Tints of Jazzberry Jam #B5044B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 75 (29.69% from 255) = 28.85%

R = 69.62%
G = 1.54%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.59

 K value IS 0.29

RGB Variations

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

Color information

#B5044B (or 0xB5044B) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 4B. RGB value is (181,4,75). Sum of RGB (Red+Green+Blue) = 181+4+75=260 (34% of max value = 765). Red value is 181 (71.09% from 255 or 69.62% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 75 (29.69% from 255 or 28.85% from 260); Max value from RGB is 181 - color contains mainly: red. Hex color #B5044B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5044B is #4AFBB4. Grayscale: #404040. Windows color (decimal): -4914101 or 4916405. OLE color: 4916405.

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

Color convert

RGB 181 4 75 -
CMYK 0 0.98 0.59 0.29
HSL 335.93º 0.96% 0.36% -
HSV(B) 335.93º 0.98% 0.71% -
XYZ 20.37 10.42 7.59 -
YUV 65.02 133.64 210.73 -
System Red Green Blue C M Y K H S L
Decimal 181 4 75 0 0.98 0.59 0.29 335.93 0.96 0.36
Hex B5 4 4B 0 62 3B 1D 150 60 24
Octal 265 4 113 0 142 73 35 520 140 44
Binary 10110101 100 1001011 0 1100010 111011 11101 101010000 1100000 100100

Color Harmonies of #B5044B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5044B

Black with #B5044B

Text Example


Text Example

White with #B5044B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5044B; }

 p { color: rgb(181,4,75); }

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

background-color css

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

 a { background-color: rgb(181,4,75); }

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

border-color css

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

 span { border-color: rgb(181,4,75); }

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