Html Css Color HEX #B5074C Jazzberry Jam

📋 copy color: '#B5074C'

red 181 ◦ green 7 ◦ blue 76

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

Shades of Jazzberry Jam #B5074C

Tints of Jazzberry Jam #B5074C

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 68.56%
G = 2.65%
B = 28.79%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B5074C (or 0xB5074C) is known color: Jazzberry Jam. HEX triplet: B5, 07 and 4C. RGB value is (181,7,76). Sum of RGB (Red+Green+Blue) = 181+7+76=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 76 (30.08% from 255 or 28.79% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B5074C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B5074C is #4AF8B3. Grayscale: #424242. Windows color (decimal): -4913332 or 4982709. OLE color: 4982709.

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

Color convert

RGB 181 7 76 -
CMYK 0 0.96 0.58 0.29
HSL 336.21º 0.93% 0.37% -
HSV(B) 336.21º 0.96% 0.71% -
XYZ 20.44 10.5 7.79 -
YUV 66.89 133.15 209.39 -
System Red Green Blue C M Y K H S L
Decimal 181 7 76 0 0.96 0.58 0.29 336.21 0.93 0.37
Hex B5 7 4C 0 60 3A 1D 150 5D 25
Octal 265 7 114 0 140 72 35 520 135 45
Binary 10110101 111 1001100 0 1100000 111010 11101 101010000 1011101 100101

Color Harmonies of #B5074C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5074C

Black with #B5074C

Text Example


Text Example

White with #B5074C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5074C; }

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

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

background-color css

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

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

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

border-color css

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

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

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