Html Css Color HEX #B3085B Jazzberry Jam

📋 copy color: '#B3085B'

red 179 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #B3085B

Tints of Jazzberry Jam #B3085B

RGB

 RED value IS 179 (70.31% from 255) = 64.39%

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

 BLUE value IS 91 (35.94% from 255) = 32.73%

R = 64.39%
G = 2.88%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B3085B (or 0xB3085B) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 5B. RGB value is (179,8,91). Sum of RGB (Red+Green+Blue) = 179+8+91=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B3085B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3085B is #4CF7A4. Grayscale: #444444. Windows color (decimal): -5044133 or 5966003. OLE color: 5966003.

HSL color Cylindrical-coordinate representation of color #B3085B: hue angle of 330.88º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B3085B is Cyan = 0, Magento = 0.96, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 8 91 -
CMYK 0 0.96 0.49 0.30
HSL 330.88º 0.91% 0.37% -
HSV(B) 330.88º 0.96% 0.7% -
XYZ 20.57 10.51 10.84 -
YUV 68.59 140.65 206.75 -
System Red Green Blue C M Y K H S L
Decimal 179 8 91 0 0.96 0.49 0.30 330.88 0.91 0.37
Hex B3 8 5B 0 60 31 1E 14B 5B 25
Octal 263 10 133 0 140 61 36 513 133 45
Binary 10110011 1000 1011011 0 1100000 110001 11110 101001011 1011011 100101

Color Harmonies of #B3085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3085B

Black with #B3085B

Text Example


Text Example

White with #B3085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3085B; }

 p { color: rgb(179,8,91); }

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

background-color css

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

 a { background-color: rgb(179,8,91); }

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

border-color css

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

 span { border-color: rgb(179,8,91); }

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