Html Css Color HEX #B4086C Jazzberry Jam

📋 copy color: '#B4086C'

red 180 ◦ green 8 ◦ blue 108

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

Shades of Jazzberry Jam #B4086C

Tints of Jazzberry Jam #B4086C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 36.49%

R = 60.81%
G = 2.7%
B = 36.49%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.29

RGB Variations

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

Color information

#B4086C (or 0xB4086C) is known color: Jazzberry Jam. HEX triplet: B4, 08 and 6C. RGB value is (180,8,108). Sum of RGB (Red+Green+Blue) = 180+8+108=296 (39% of max value = 765). Red value is 180 (70.70% from 255 or 60.81% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 108 (42.58% from 255 or 36.49% from 296); Max value from RGB is 180 - color contains mainly: red. Hex color #B4086C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4086C is #4BF793. Grayscale: #464646. Windows color (decimal): -4978580 or 7080116. OLE color: 7080116.

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

Color convert

RGB 180 8 108 -
CMYK 0 0.96 0.40 0.29
HSL 325.12º 0.91% 0.37% -
HSV(B) 325.12º 0.96% 0.71% -
XYZ 21.62 10.96 15.16 -
YUV 70.83 148.98 205.87 -
System Red Green Blue C M Y K H S L
Decimal 180 8 108 0 0.96 0.40 0.29 325.12 0.91 0.37
Hex B4 8 6C 0 60 28 1D 145 5B 25
Octal 264 10 154 0 140 50 35 505 133 45
Binary 10110100 1000 1101100 0 1100000 101000 11101 101000101 1011011 100101

Color Harmonies of #B4086C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4086C

Black with #B4086C

Text Example


Text Example

White with #B4086C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4086C; }

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

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

background-color css

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

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

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

border-color css

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

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

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