Html Css Color HEX #B0134D Jazzberry Jam

📋 copy color: '#B0134D'

red 176 ◦ green 19 ◦ blue 77

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

Shades of Jazzberry Jam #B0134D

Tints of Jazzberry Jam #B0134D

RGB

 RED value IS 176 (69.14% from 255) = 64.71%

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

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

R = 64.71%
G = 6.99%
B = 28.31%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#B0134D (or 0xB0134D) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 4D. RGB value is (176,19,77). Sum of RGB (Red+Green+Blue) = 176+19+77=272 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.71% from 272); Green value is 19 (7.81% from 255 or 6.99% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 176 - color contains mainly: red. Hex color #B0134D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0134D is #4FECB2. Grayscale: #484848. Windows color (decimal): -5237939 or 5051312. OLE color: 5051312.

HSL color Cylindrical-coordinate representation of color #B0134D: hue angle of 337.83º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B0134D is Cyan = 0, Magento = 0.89, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 77 -
CMYK 0 0.89 0.56 0.31
HSL 337.83º 0.81% 0.38% -
HSV(B) 337.83º 0.89% 0.69% -
XYZ 19.48 10.23 7.97 -
YUV 72.56 130.51 201.78 -
System Red Green Blue C M Y K H S L
Decimal 176 19 77 0 0.89 0.56 0.31 337.83 0.81 0.38
Hex B0 13 4D 0 59 38 1F 152 51 26
Octal 260 23 115 0 131 70 37 522 121 46
Binary 10110000 10011 1001101 0 1011001 111000 11111 101010010 1010001 100110

Color Harmonies of #B0134D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0134D

Black with #B0134D

Text Example


Text Example

White with #B0134D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0134D; }

 p { color: rgb(176,19,77); }

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

background-color css

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

 a { background-color: rgb(176,19,77); }

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

border-color css

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

 span { border-color: rgb(176,19,77); }

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