Html Css Color HEX #B3085C Jazzberry Jam

📋 copy color: '#B3085C'

red 179 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #B3085C

Tints of Jazzberry Jam #B3085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.97%

R = 64.16%
G = 2.87%
B = 32.97%

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

#B3085C (or 0xB3085C) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 5C. RGB value is (179,8,92). Sum of RGB (Red+Green+Blue) = 179+8+92=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B3085C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3085C is #4CF7A3. Grayscale: #444444. Windows color (decimal): -5044132 or 6031539. OLE color: 6031539.

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

Color convert

RGB 179 8 92 -
CMYK 0 0.96 0.49 0.30
HSL 330.53º 0.91% 0.37% -
HSV(B) 330.53º 0.96% 0.7% -
XYZ 20.61 10.53 11.07 -
YUV 68.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 179 8 92 0 0.96 0.49 0.30 330.53 0.91 0.37
Hex B3 8 5C 0 60 31 1E 14B 5B 25
Octal 263 10 134 0 140 61 36 513 133 45
Binary 10110011 1000 1011100 0 1100000 110001 11110 101001011 1011011 100101

Color Harmonies of #B3085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3085C

Black with #B3085C

Text Example


Text Example

White with #B3085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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