Html Css Color HEX #B4074E Jazzberry Jam

📋 copy color: '#B4074E'

red 180 ◦ green 7 ◦ blue 78

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

Shades of Jazzberry Jam #B4074E

Tints of Jazzberry Jam #B4074E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 29.43%

R = 67.92%
G = 2.64%
B = 29.43%

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

#B4074E (or 0xB4074E) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 4E. RGB value is (180,7,78). Sum of RGB (Red+Green+Blue) = 180+7+78=265 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.92% from 265); Green value is 7 (3.12% from 255 or 2.64% from 265); Blue value is 78 (30.86% from 255 or 29.43% from 265); Max value from RGB is 180 - color contains mainly: red. Hex color #B4074E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4074E is #4BF8B1. Grayscale: #424242. Windows color (decimal): -4978866 or 5113780. OLE color: 5113780.

HSL color Cylindrical-coordinate representation of color #B4074E: hue angle of 335.38º 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 #B4074E is Cyan = 0, Magento = 0.96, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 7 78 -
CMYK 0 0.96 0.57 0.29
HSL 335.38º 0.93% 0.37% -
HSV(B) 335.38º 0.96% 0.71% -
XYZ 20.27 10.41 8.15 -
YUV 66.82 134.31 208.73 -
System Red Green Blue C M Y K H S L
Decimal 180 7 78 0 0.96 0.57 0.29 335.38 0.93 0.37
Hex B4 7 4E 0 60 39 1D 14F 5D 25
Octal 264 7 116 0 140 71 35 517 135 45
Binary 10110100 111 1001110 0 1100000 111001 11101 101001111 1011101 100101

Color Harmonies of #B4074E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4074E

Black with #B4074E

Text Example


Text Example

White with #B4074E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4074E; }

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

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

background-color css

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

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

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

border-color css

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

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

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