Html Css Color HEX #B4076D Jazzberry Jam

📋 copy color: '#B4076D'

red 180 ◦ green 7 ◦ blue 109

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

Shades of Jazzberry Jam #B4076D

Tints of Jazzberry Jam #B4076D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 36.82%

R = 60.81%
G = 2.36%
B = 36.82%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.39

 K value IS 0.29

RGB Variations

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

Color information

#B4076D (or 0xB4076D) is known color: Jazzberry Jam. HEX triplet: B4, 07 and 6D. RGB value is (180,7,109). Sum of RGB (Red+Green+Blue) = 180+7+109=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 7 (3.12% from 255 or 2.36% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4076D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4076D is #4BF892. Grayscale: #464646. Windows color (decimal): -4978835 or 7145396. OLE color: 7145396.

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

Color convert

RGB 180 7 109 -
CMYK 0 0.96 0.39 0.29
HSL 324.62º 0.93% 0.37% -
HSV(B) 324.62º 0.96% 0.71% -
XYZ 21.66 10.96 15.44 -
YUV 70.36 149.81 206.21 -
System Red Green Blue C M Y K H S L
Decimal 180 7 109 0 0.96 0.39 0.29 324.62 0.93 0.37
Hex B4 7 6D 0 60 27 1D 145 5D 25
Octal 264 7 155 0 140 47 35 505 135 45
Binary 10110100 111 1101101 0 1100000 100111 11101 101000101 1011101 100101

Color Harmonies of #B4076D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4076D

Black with #B4076D

Text Example


Text Example

White with #B4076D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4076D; }

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

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

background-color css

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

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

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

border-color css

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

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

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