Html Css Color HEX #B1065D Jazzberry Jam

📋 copy color: '#B1065D'

red 177 ◦ green 6 ◦ blue 93

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

Shades of Jazzberry Jam #B1065D

Tints of Jazzberry Jam #B1065D

RGB

 RED value IS 177 (69.53% from 255) = 64.13%

 GREEN value IS 6 (2.73% from 255) = 2.17%

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

R = 64.13%
G = 2.17%
B = 33.7%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.47

 K value IS 0.31

RGB Variations

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

Color information

#B1065D (or 0xB1065D) is known color: Jazzberry Jam. HEX triplet: B1, 06 and 5D. RGB value is (177,6,93). Sum of RGB (Red+Green+Blue) = 177+6+93=276 (36% of max value = 765). Red value is 177 (69.53% from 255 or 64.13% from 276); Green value is 6 (2.73% from 255 or 2.17% from 276); Blue value is 93 (36.72% from 255 or 33.70% from 276); Max value from RGB is 177 - color contains mainly: red. Hex color #B1065D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1065D is #4EF9A2. Grayscale: #424242. Windows color (decimal): -5175715 or 6096561. OLE color: 6096561.

HSL color Cylindrical-coordinate representation of color #B1065D: hue angle of 329.47º degrees, saturation: 0.93, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B1065D is Cyan = 0, Magento = 0.97, Yellow = 0.47 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 6 93 -
CMYK 0 0.97 0.47 0.31
HSL 329.47º 0.93% 0.36% -
HSV(B) 329.47º 0.97% 0.69% -
XYZ 20.17 10.27 11.27 -
YUV 67.05 142.65 206.43 -
System Red Green Blue C M Y K H S L
Decimal 177 6 93 0 0.97 0.47 0.31 329.47 0.93 0.36
Hex B1 6 5D 0 61 2F 1F 149 5D 24
Octal 261 6 135 0 141 57 37 511 135 44
Binary 10110001 110 1011101 0 1100001 101111 11111 101001001 1011101 100100

Color Harmonies of #B1065D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1065D

Black with #B1065D

Text Example


Text Example

White with #B1065D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1065D; }

 p { color: rgb(177,6,93); }

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

background-color css

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

 a { background-color: rgb(177,6,93); }

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

border-color css

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

 span { border-color: rgb(177,6,93); }

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