Html Css Color HEX #B0154C Jazzberry Jam

📋 copy color: '#B0154C'

red 176 ◦ green 21 ◦ blue 76

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

Shades of Jazzberry Jam #B0154C

Tints of Jazzberry Jam #B0154C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.69%

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

R = 64.47%
G = 7.69%
B = 27.84%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.57

 K value IS 0.31

RGB Variations

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

Color information

#B0154C (or 0xB0154C) is known color: Jazzberry Jam. HEX triplet: B0, 15 and 4C. RGB value is (176,21,76). Sum of RGB (Red+Green+Blue) = 176+21+76=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B0154C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B0154C is #4FEAB3. Grayscale: #494949. Windows color (decimal): -5237428 or 4986288. OLE color: 4986288.

HSL color Cylindrical-coordinate representation of color #B0154C: hue angle of 338.71º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B0154C is Cyan = 0, Magento = 0.88, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 21 76 -
CMYK 0 0.88 0.57 0.31
HSL 338.71º 0.79% 0.39% -
HSV(B) 338.71º 0.88% 0.69% -
XYZ 19.48 10.29 7.8 -
YUV 73.62 129.35 201.03 -
System Red Green Blue C M Y K H S L
Decimal 176 21 76 0 0.88 0.57 0.31 338.71 0.79 0.39
Hex B0 15 4C 0 58 39 1F 153 4F 27
Octal 260 25 114 0 130 71 37 523 117 47
Binary 10110000 10101 1001100 0 1011000 111001 11111 101010011 1001111 100111

Color Harmonies of #B0154C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0154C

Black with #B0154C

Text Example


Text Example

White with #B0154C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0154C; }

 p { color: rgb(176,21,76); }

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

background-color css

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

 a { background-color: rgb(176,21,76); }

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

border-color css

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

 span { border-color: rgb(176,21,76); }

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