Html Css Color HEX #B3165F Jazzberry Jam

📋 copy color: '#B3165F'

red 179 ◦ green 22 ◦ blue 95

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

Shades of Jazzberry Jam #B3165F

Tints of Jazzberry Jam #B3165F

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.43%

 BLUE value IS 95 (37.5% from 255) = 32.09%

R = 60.47%
G = 7.43%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B3165F (or 0xB3165F) is known color: Jazzberry Jam. HEX triplet: B3, 16 and 5F. RGB value is (179,22,95). Sum of RGB (Red+Green+Blue) = 179+22+95=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 22 (8.98% from 255 or 7.43% from 296); Blue value is 95 (37.5% from 255 or 32.09% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3165F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3165F is #4CE9A0. Grayscale: #4D4D4D. Windows color (decimal): -5040545 or 6231731. OLE color: 6231731.

HSL color Cylindrical-coordinate representation of color #B3165F: hue angle of 332.1º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B3165F is Cyan = 0, Magento = 0.88, Yellow = 0.47 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 22 95 -
CMYK 0 0.88 0.47 0.30
HSL 332.1º 0.78% 0.39% -
HSV(B) 332.1º 0.88% 0.7% -
XYZ 20.94 10.98 11.84 -
YUV 77.27 138.01 200.56 -
System Red Green Blue C M Y K H S L
Decimal 179 22 95 0 0.88 0.47 0.30 332.1 0.78 0.39
Hex B3 16 5F 0 58 2F 1E 14C 4E 27
Octal 263 26 137 0 130 57 36 514 116 47
Binary 10110011 10110 1011111 0 1011000 101111 11110 101001100 1001110 100111

Color Harmonies of #B3165F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3165F

Black with #B3165F

Text Example


Text Example

White with #B3165F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3165F; }

 p { color: rgb(179,22,95); }

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

background-color css

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

 a { background-color: rgb(179,22,95); }

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

border-color css

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

 span { border-color: rgb(179,22,95); }

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