Html Css Color HEX #B4034C Jazzberry Jam

📋 copy color: '#B4034C'

red 180 ◦ green 3 ◦ blue 76

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

Shades of Jazzberry Jam #B4034C

Tints of Jazzberry Jam #B4034C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.16%

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

R = 69.5%
G = 1.16%
B = 29.34%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.58

 K value IS 0.29

RGB Variations

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

Color information

#B4034C (or 0xB4034C) is known color: Jazzberry Jam. HEX triplet: B4, 03 and 4C. RGB value is (180,3,76). Sum of RGB (Red+Green+Blue) = 180+3+76=259 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.50% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 76 (30.08% from 255 or 29.34% from 259); Max value from RGB is 180 - color contains mainly: red. Hex color #B4034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4034C is #4BFCB3. Grayscale: #404040. Windows color (decimal): -4979892 or 4981684. OLE color: 4981684.

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

Color convert

RGB 180 3 76 -
CMYK 0 0.98 0.58 0.29
HSL 335.25º 0.97% 0.36% -
HSV(B) 335.25º 0.98% 0.71% -
XYZ 20.16 10.29 7.76 -
YUV 64.25 134.64 210.56 -
System Red Green Blue C M Y K H S L
Decimal 180 3 76 0 0.98 0.58 0.29 335.25 0.97 0.36
Hex B4 3 4C 0 62 3A 1D 14F 61 24
Octal 264 3 114 0 142 72 35 517 141 44
Binary 10110100 11 1001100 0 1100010 111010 11101 101001111 1100001 100100

Color Harmonies of #B4034C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4034C

Black with #B4034C

Text Example


Text Example

White with #B4034C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4034C; }

 p { color: rgb(180,3,76); }

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

background-color css

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

 a { background-color: rgb(180,3,76); }

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

border-color css

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

 span { border-color: rgb(180,3,76); }

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