Html Css Color HEX #B3085D Jazzberry Jam

📋 copy color: '#B3085D'

red 179 ◦ green 8 ◦ blue 93

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

Shades of Jazzberry Jam #B3085D

Tints of Jazzberry Jam #B3085D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 63.93%
G = 2.86%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B3085D (or 0xB3085D) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 5D. RGB value is (179,8,93). Sum of RGB (Red+Green+Blue) = 179+8+93=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B3085D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3085D is #4CF7A2. Grayscale: #444444. Windows color (decimal): -5044131 or 6097075. OLE color: 6097075.

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

Color convert

RGB 179 8 93 -
CMYK 0 0.96 0.48 0.30
HSL 330.18º 0.91% 0.37% -
HSV(B) 330.18º 0.96% 0.7% -
XYZ 20.65 10.55 11.3 -
YUV 68.82 141.65 206.59 -
System Red Green Blue C M Y K H S L
Decimal 179 8 93 0 0.96 0.48 0.30 330.18 0.91 0.37
Hex B3 8 5D 0 60 30 1E 14A 5B 25
Octal 263 10 135 0 140 60 36 512 133 45
Binary 10110011 1000 1011101 0 1100000 110000 11110 101001010 1011011 100101

Color Harmonies of #B3085D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3085D

Black with #B3085D

Text Example


Text Example

White with #B3085D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3085D; }

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

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

background-color css

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

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

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

border-color css

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

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

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