Html Css Color HEX #B4086D Jazzberry Jam

📋 copy color: '#B4086D'

red 180 ◦ green 8 ◦ blue 109

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

Shades of Jazzberry Jam #B4086D

Tints of Jazzberry Jam #B4086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.69%

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

R = 60.61%
G = 2.69%
B = 36.7%

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

#B4086D (or 0xB4086D) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 6D. RGB value is (180,8,109). Sum of RGB (Red+Green+Blue) = 180+8+109=297 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.61% from 297); Green value is 8 (3.52% from 255 or 2.69% from 297); Blue value is 109 (42.97% from 255 or 36.70% from 297); Max value from RGB is 180 - color contains mainly: red. Hex color #B4086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4086D is #4BF792. Grayscale: #464646. Windows color (decimal): -4978579 or 7145652. OLE color: 7145652.

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

Color convert

RGB 180 8 109 -
CMYK 0 0.96 0.39 0.29
HSL 324.77º 0.91% 0.37% -
HSV(B) 324.77º 0.96% 0.71% -
XYZ 21.67 10.98 15.45 -
YUV 70.94 149.48 205.79 -
System Red Green Blue C M Y K H S L
Decimal 180 8 109 0 0.96 0.39 0.29 324.77 0.91 0.37
Hex B4 8 6D 0 60 27 1D 145 5B 25
Octal 264 10 155 0 140 47 35 505 133 45
Binary 10110100 1000 1101101 0 1100000 100111 11101 101000101 1011011 100101

Color Harmonies of #B4086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4086D

Black with #B4086D

Text Example


Text Example

White with #B4086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4086D; }

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

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

background-color css

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

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

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

border-color css

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

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

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