Html Css Color HEX #B4054D Jazzberry Jam

📋 copy color: '#B4054D'

red 180 ◦ green 5 ◦ blue 77

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

Shades of Jazzberry Jam #B4054D

Tints of Jazzberry Jam #B4054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.91%

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

R = 68.7%
G = 1.91%
B = 29.39%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4054D (or 0xB4054D) is known color: Jazzberry Jam. HEX triplet: B4, 05 and 4D. RGB value is (180,5,77). Sum of RGB (Red+Green+Blue) = 180+5+77=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B4054D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4054D is #4BFAB2. Grayscale: #414141. Windows color (decimal): -4979379 or 5047732. OLE color: 5047732.

HSL color Cylindrical-coordinate representation of color #B4054D: hue angle of 335.31º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B4054D is Cyan = 0, Magento = 0.97, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 5 77 -
CMYK 0 0.97 0.57 0.29
HSL 335.31º 0.95% 0.36% -
HSV(B) 335.31º 0.97% 0.71% -
XYZ 20.22 10.35 7.95 -
YUV 65.53 134.48 209.65 -
System Red Green Blue C M Y K H S L
Decimal 180 5 77 0 0.97 0.57 0.29 335.31 0.95 0.36
Hex B4 5 4D 0 61 39 1D 14F 5F 24
Octal 264 5 115 0 141 71 35 517 137 44
Binary 10110100 101 1001101 0 1100001 111001 11101 101001111 1011111 100100

Color Harmonies of #B4054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4054D

Black with #B4054D

Text Example


Text Example

White with #B4054D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4054D; }

 p { color: rgb(180,5,77); }

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

background-color css

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

 a { background-color: rgb(180,5,77); }

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

border-color css

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

 span { border-color: rgb(180,5,77); }

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