Html Css Color HEX #B4145F Jazzberry Jam

📋 copy color: '#B4145F'

red 180 ◦ green 20 ◦ blue 95

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

Shades of Jazzberry Jam #B4145F

Tints of Jazzberry Jam #B4145F

RGB

 RED value IS 180 (70.7% from 255) = 61.02%

 GREEN value IS 20 (8.2% from 255) = 6.78%

 BLUE value IS 95 (37.5% from 255) = 32.2%

R = 61.02%
G = 6.78%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B4145F (or 0xB4145F) is known color: Jazzberry Jam. HEX triplet: B4, 14 and 5F. RGB value is (180,20,95). Sum of RGB (Red+Green+Blue) = 180+20+95=295 (39% of max value = 765). Red value is 180 (70.70% from 255 or 61.02% from 295); Green value is 20 (8.20% from 255 or 6.78% from 295); Blue value is 95 (37.5% from 255 or 32.20% from 295); Max value from RGB is 180 - color contains mainly: red. Hex color #B4145F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4145F is #4BEBA0. Grayscale: #4C4C4C. Windows color (decimal): -4975521 or 6231220. OLE color: 6231220.

HSL color Cylindrical-coordinate representation of color #B4145F: hue angle of 331.88º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B4145F is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 20 95 -
CMYK 0 0.89 0.47 0.29
HSL 331.88º 0.8% 0.39% -
HSV(B) 331.88º 0.89% 0.71% -
XYZ 21.14 11.03 11.84 -
YUV 76.39 138.51 201.9 -
System Red Green Blue C M Y K H S L
Decimal 180 20 95 0 0.89 0.47 0.29 331.88 0.8 0.39
Hex B4 14 5F 0 59 2F 1D 14C 50 27
Octal 264 24 137 0 131 57 35 514 120 47
Binary 10110100 10100 1011111 0 1011001 101111 11101 101001100 1010000 100111

Color Harmonies of #B4145F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4145F

Black with #B4145F

Text Example


Text Example

White with #B4145F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4145F; }

 p { color: rgb(180,20,95); }

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

background-color css

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

 a { background-color: rgb(180,20,95); }

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

border-color css

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

 span { border-color: rgb(180,20,95); }

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