Html Css Color HEX #B0134A Jazzberry Jam

📋 copy color: '#B0134A'

red 176 ◦ green 19 ◦ blue 74

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

Shades of Jazzberry Jam #B0134A

Tints of Jazzberry Jam #B0134A

RGB

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

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

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

R = 65.43%
G = 7.06%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#B0134A (or 0xB0134A) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 4A. RGB value is (176,19,74). Sum of RGB (Red+Green+Blue) = 176+19+74=269 (35% of max value = 765). Red value is 176 (69.14% from 255 or 65.43% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 176 - color contains mainly: red. Hex color #B0134A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0134A is #4FECB5. Grayscale: #484848. Windows color (decimal): -5237942 or 4854704. OLE color: 4854704.

HSL color Cylindrical-coordinate representation of color #B0134A: hue angle of 338.98º 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 #B0134A is Cyan = 0, Magento = 0.89, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 19 74 -
CMYK 0 0.89 0.58 0.31
HSL 338.98º 0.81% 0.38% -
HSV(B) 338.98º 0.89% 0.69% -
XYZ 19.37 10.19 7.42 -
YUV 72.21 129.01 202.03 -
System Red Green Blue C M Y K H S L
Decimal 176 19 74 0 0.89 0.58 0.31 338.98 0.81 0.38
Hex B0 13 4A 0 59 3A 1F 153 51 26
Octal 260 23 112 0 131 72 37 523 121 46
Binary 10110000 10011 1001010 0 1011001 111010 11111 101010011 1010001 100110

Color Harmonies of #B0134A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0134A

Black with #B0134A

Text Example


Text Example

White with #B0134A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0134A; }

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

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

background-color css

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

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

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

border-color css

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

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

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