Html Css Color HEX #B2154B Jazzberry Jam

📋 copy color: '#B2154B'

red 178 ◦ green 21 ◦ blue 75

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

Shades of Jazzberry Jam #B2154B

Tints of Jazzberry Jam #B2154B

RGB

 RED value IS 178 (69.92% from 255) = 64.96%

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

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

R = 64.96%
G = 7.66%
B = 27.37%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2154B (or 0xB2154B) is known color: Jazzberry Jam. HEX triplet: B2, 15 and 4B. RGB value is (178,21,75). Sum of RGB (Red+Green+Blue) = 178+21+75=274 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.96% from 274); Green value is 21 (8.59% from 255 or 7.66% from 274); Blue value is 75 (29.69% from 255 or 27.37% from 274); Max value from RGB is 178 - color contains mainly: red. Hex color #B2154B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2154B is #4DEAB4. Grayscale: #4A4A4A. Windows color (decimal): -5106357 or 4920754. OLE color: 4920754.

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

Color convert

RGB 178 21 75 -
CMYK 0 0.88 0.58 0.30
HSL 339.36º 0.79% 0.39% -
HSV(B) 339.36º 0.88% 0.7% -
XYZ 19.9 10.51 7.64 -
YUV 74.1 128.51 202.11 -
System Red Green Blue C M Y K H S L
Decimal 178 21 75 0 0.88 0.58 0.30 339.36 0.79 0.39
Hex B2 15 4B 0 58 3A 1E 153 4F 27
Octal 262 25 113 0 130 72 36 523 117 47
Binary 10110010 10101 1001011 0 1011000 111010 11110 101010011 1001111 100111

Color Harmonies of #B2154B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2154B

Black with #B2154B

Text Example


Text Example

White with #B2154B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2154B; }

 p { color: rgb(178,21,75); }

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

background-color css

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

 a { background-color: rgb(178,21,75); }

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

border-color css

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

 span { border-color: rgb(178,21,75); }

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