Html Css Color HEX #B4074D Jazzberry Jam

📋 copy color: '#B4074D'

red 180 ◦ green 7 ◦ blue 77

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

Shades of Jazzberry Jam #B4074D

Tints of Jazzberry Jam #B4074D

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.65%

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

R = 68.18%
G = 2.65%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#B4074D (or 0xB4074D) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 4D. RGB value is (180,7,77). Sum of RGB (Red+Green+Blue) = 180+7+77=264 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.18% from 264); Green value is 7 (3.12% from 255 or 2.65% from 264); Blue value is 77 (30.47% from 255 or 29.17% from 264); Max value from RGB is 180 - color contains mainly: red. Hex color #B4074D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4074D is #4BF8B2. Grayscale: #424242. Windows color (decimal): -4978867 or 5048244. OLE color: 5048244.

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

Color convert

RGB 180 7 77 -
CMYK 0 0.96 0.57 0.29
HSL 335.72º 0.93% 0.37% -
HSV(B) 335.72º 0.96% 0.71% -
XYZ 20.24 10.39 7.96 -
YUV 66.71 133.81 208.81 -
System Red Green Blue C M Y K H S L
Decimal 180 7 77 0 0.96 0.57 0.29 335.72 0.93 0.37
Hex B4 7 4D 0 60 39 1D 150 5D 25
Octal 264 7 115 0 140 71 35 520 135 45
Binary 10110100 111 1001101 0 1100000 111001 11101 101010000 1011101 100101

Color Harmonies of #B4074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4074D

Black with #B4074D

Text Example


Text Example

White with #B4074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4074D; }

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

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

background-color css

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

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

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

border-color css

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

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

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