Html Css Color HEX #B4076F Jazzberry Jam

📋 copy color: '#B4076F'

red 180 ◦ green 7 ◦ blue 111

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

Shades of Jazzberry Jam #B4076F

Tints of Jazzberry Jam #B4076F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 37.25%

R = 60.4%
G = 2.35%
B = 37.25%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B4076F (or 0xB4076F) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 6F. RGB value is (180,7,111). Sum of RGB (Red+Green+Blue) = 180+7+111=298 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.40% from 298); Green value is 7 (3.12% from 255 or 2.35% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 180 - color contains mainly: red. Hex color #B4076F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4076F is #4BF890. Grayscale: #464646. Windows color (decimal): -4978833 or 7276468. OLE color: 7276468.

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

Color convert

RGB 180 7 111 -
CMYK 0 0.96 0.38 0.29
HSL 323.93º 0.93% 0.37% -
HSV(B) 323.93º 0.96% 0.71% -
XYZ 21.77 11 16.02 -
YUV 70.58 150.81 206.04 -
System Red Green Blue C M Y K H S L
Decimal 180 7 111 0 0.96 0.38 0.29 323.93 0.93 0.37
Hex B4 7 6F 0 60 26 1D 144 5D 25
Octal 264 7 157 0 140 46 35 504 135 45
Binary 10110100 111 1101111 0 1100000 100110 11101 101000100 1011101 100101

Color Harmonies of #B4076F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4076F

Black with #B4076F

Text Example


Text Example

White with #B4076F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4076F; }

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

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

background-color css

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

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

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

border-color css

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

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

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